重新梳理文件名称

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
+21
View File
@@ -0,0 +1,21 @@
<?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>
<artifactId>jero-boot</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.4.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-cloud-module</artifactId>
<packaging>pom</packaging>
<modules>
<module>jero-cloud-system-start</module>
<module>jero-cloud-gateway</module>
<module>jero-cloud-monitor</module>
<module>jero-cloud-xxljob</module>
</modules>
</project>