37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<artifactId>xjrsoft-cloud</artifactId>
|
|
<groupId>com.xjrsoft</groupId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>xjrsoft-common</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
<modules>
|
|
<module>xjrsoft-common-core</module>
|
|
<module>xjrsoft-common-datasource</module>
|
|
<module>xjrsoft-common-mybatis</module>
|
|
<module>xjrsoft-common-satoken</module>
|
|
<module>xjrsoft-common-magicapi</module>
|
|
<module>xjrsoft-common-redis</module>
|
|
<module>xjrsoft-commom-oss</module>
|
|
<module>xjrsoft-common-generate</module>
|
|
<module>xjrsoft-common-advice</module>
|
|
<module>xjrsoft-common-tenant</module>
|
|
</modules>
|
|
|
|
<properties>
|
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
|
</properties>
|
|
|
|
|
|
<description>
|
|
通用模块
|
|
</description>
|
|
</project> |