优化精简项目结构
This commit is contained in:
parent
6b887d571b
commit
1765538912
|
|
@ -1,7 +0,0 @@
|
|||
package cn.qihangerp.model;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
}
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
<module>security</module>
|
||||
<module>common</module>
|
||||
<module>interfaces</module>
|
||||
<module>model</module>
|
||||
<!-- <module>model</module>-->
|
||||
<module>mapper</module>
|
||||
</modules>
|
||||
<properties>
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cn.qihangerp.core</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>1.0</version>
|
||||
</parent>
|
||||
<!-- <parent>-->
|
||||
<!-- <groupId>cn.qihangerp.core</groupId>-->
|
||||
<!-- <artifactId>core</artifactId>-->
|
||||
<!-- <version>1.0</version>-->
|
||||
<!-- </parent>-->
|
||||
|
||||
<groupId>cn.qihangerp.model</groupId>
|
||||
<artifactId>model</artifactId>
|
||||
|
|
@ -72,5 +72,11 @@
|
|||
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
||||
<version>3.5.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.30</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue