first commit

This commit is contained in:
2024-04-01 10:35:09 +08:00
parent 830967b85a
commit 117e379d6b
2337 changed files with 1632 additions and 323680 deletions
+23
View File
@@ -0,0 +1,23 @@
<?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.5.0</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>
<module>jero-cloud-sentinel</module>
<module>jero-cloud-nacos</module>
</modules>
</project>