You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1022 B
XML
28 lines
1022 B
XML
|
3 weeks ago
|
<?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>
|
||
|
|
<artifactId>sz-boot-parent</artifactId>
|
||
|
|
<groupId>com.sz</groupId>
|
||
|
|
<version>${revision}</version>
|
||
|
|
</parent>
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
|
||
|
|
<artifactId>sz-common</artifactId>
|
||
|
|
<packaging>pom</packaging>
|
||
|
|
<modules>
|
||
|
|
<module>sz-common-core</module>
|
||
|
|
<module>sz-common-db-mongodb</module>
|
||
|
|
<module>sz-common-db-mysql</module>
|
||
|
|
<module>sz-common-db-redis</module>
|
||
|
|
<module>sz-common-excel</module>
|
||
|
|
<module>sz-common-generator</module>
|
||
|
|
<module>sz-common-log</module>
|
||
|
|
<module>sz-common-oss</module>
|
||
|
|
<module>sz-common-mq</module>
|
||
|
|
<module>sz-common-security</module>
|
||
|
|
<module>sz-common-wechat</module>
|
||
|
|
</modules>
|
||
|
|
|
||
|
|
</project>
|