1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <parent>
- <groupId>com.vctgo</groupId>
- <artifactId>vctgo</artifactId>
- <version>1.2.2</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <modules>
- <module>vctgo-common-log</module>
- <module>vctgo-common-core</module>
- <module>vctgo-common-redis</module>
- <module>vctgo-common-seata</module>
- <module>vctgo-common-swagger</module>
- <module>vctgo-common-security</module>
- <module>vctgo-common-datascope</module>
- <module>vctgo-common-datasource</module>
- <module>vctgo-common-mybatisplus</module>
- <module>vctgo-common-message</module>
- <module>vctgo-common-websocket</module>
- </modules>
- <artifactId>vctgo-common</artifactId>
- <packaging>pom</packaging>
- <description>
- vctgo-common通用模块
- </description>
- </project>
|