优化精简项目结构

This commit is contained in:
启航 2026-01-16 01:26:54 +08:00
parent 6b887d571b
commit 1765538912
151 changed files with 13 additions and 14 deletions

View File

@ -1,7 +0,0 @@
package cn.qihangerp.model;
public class Main {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}

View File

@ -18,7 +18,7 @@
<module>security</module> <module>security</module>
<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>

View File

@ -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.model</groupId> <groupId>cn.qihangerp.model</groupId>
<artifactId>model</artifactId> <artifactId>model</artifactId>
@ -72,5 +72,11 @@
<artifactId>mybatis-plus-spring-boot3-starter</artifactId> <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
<version>3.5.5</version> <version>3.5.5</version>
</dependency> </dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<scope>provided</scope>
</dependency>
</dependencies> </dependencies>
</project> </project>

Some files were not shown because too many files have changed in this diff Show More