优化精简项目结构
This commit is contained in:
parent
1765538912
commit
125781c5ef
|
|
@ -19,7 +19,7 @@
|
||||||
<module>common</module>
|
<module>common</module>
|
||||||
<module>interfaces</module>
|
<module>interfaces</module>
|
||||||
<!-- <module>model</module>-->
|
<!-- <module>model</module>-->
|
||||||
<module>mapper</module>
|
<!-- <module>mapper</module>-->
|
||||||
</modules>
|
</modules>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,11 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
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">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<!-- <parent>-->
|
||||||
<groupId>cn.qihangerp.core</groupId>
|
<!-- <groupId>cn.qihangerp.core</groupId>-->
|
||||||
<artifactId>core</artifactId>
|
<!-- <artifactId>core</artifactId>-->
|
||||||
<version>1.0</version>
|
<!-- <version>1.0</version>-->
|
||||||
</parent>
|
<!-- </parent>-->
|
||||||
|
|
||||||
<groupId>cn.qihangerp.mapper</groupId>
|
<groupId>cn.qihangerp.mapper</groupId>
|
||||||
<artifactId>mapper</artifactId>
|
<artifactId>mapper</artifactId>
|
||||||
|
|
@ -28,5 +28,11 @@
|
||||||
<artifactId>model</artifactId>
|
<artifactId>model</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>2.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.projectlombok</groupId>
|
||||||
|
<artifactId>lombok</artifactId>
|
||||||
|
<version>1.18.30</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
Loading…
Reference in New Issue