添加后台系统模块

This commit is contained in:
cuijiawang
2025-08-13 09:59:58 +08:00
parent 8a73e9bec4
commit a9bb36dacc
5 changed files with 19 additions and 3 deletions

16
agileboot-system/pom.xml Normal file
View File

@@ -0,0 +1,16 @@
<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.agileboot</groupId>
<artifactId>agileboot</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>agileboot-system</artifactId>
<packaging>pom</packaging>
<modules>
<module>wol-auth</module>
</modules>
</project>

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.agileboot</groupId>
<artifactId>agileboot</artifactId>
<artifactId>agileboot-system</artifactId>
<version>1.0.0</version>
</parent>
@@ -35,4 +35,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

View File

@@ -16,7 +16,7 @@
<modules>
<module>agileboot-common</module>
<module>wol-auth</module>
<module>agileboot-system</module>
<module>wol-modules</module>
<module>wol-boot-start</module>
<module>wol-server-cloud</module>