按项目分模块,避免配置冲突

This commit is contained in:
2024-09-09 16:17:15 +08:00
parent d5e1642efc
commit 41dfc320af
30 changed files with 714 additions and 8 deletions

12
cemis/pom.xml Normal file
View File

@@ -0,0 +1,12 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.hncy.generator</groupId>
<artifactId>code-generator</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>cemis</artifactId>
<name>cemis-code-generator</name>
<url>http://maven.apache.org</url>
</project>