add 初始化

This commit is contained in:
李家饶
2023-08-17 09:44:41 +08:00
committed by lijiarao
parent 856ce1c10b
commit b5bd577d3c
1782 changed files with 648636 additions and 0 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>laws-sinotruk</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.5.1</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>