31 lines
1.0 KiB
XML
31 lines
1.0 KiB
XML
|
<?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.tcctyn</groupId>
|
||
|
<artifactId>tcctyn-cloud</artifactId>
|
||
|
<version>1.0.0</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<modules>
|
||
|
<module>tcctyn-common-log</module>
|
||
|
<module>tcctyn-common-core</module>
|
||
|
<module>tcctyn-common-redis</module>
|
||
|
<module>tcctyn-common-seata</module>
|
||
|
<module>tcctyn-common-swagger</module>
|
||
|
<module>tcctyn-common-security</module>
|
||
|
<module>tcctyn-common-sensitive</module>
|
||
|
<module>tcctyn-common-datascope</module>
|
||
|
<module>tcctyn-common-datasource</module>
|
||
|
</modules>
|
||
|
|
||
|
<artifactId>tcctyn-common</artifactId>
|
||
|
<packaging>pom</packaging>
|
||
|
|
||
|
<description>
|
||
|
tcctyn-common通用模块
|
||
|
</description>
|
||
|
|
||
|
</project>
|