重新梳理文件名称

This commit is contained in:
zer0Black
2021-03-10 16:08:37 +08:00
parent 1c38785955
commit 79e2bebd93
1296 changed files with 84 additions and 94 deletions
+22
View File
@@ -0,0 +1,22 @@
<?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>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot</artifactId>
<version>2.4.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-base</artifactId>
<packaging>pom</packaging>
<modules>
<module>jero-boot-base-api</module>
<module>jero-boot-base-core</module>
<module>jero-boot-base-tools</module>
</modules>
</project>