This commit is contained in:
cuijiawang
2025-08-12 17:46:36 +08:00
parent 302e085a18
commit 985b82c604
2 changed files with 14 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
<!-- <module>agileboot-admin</module>-->
<!-- <module>agileboot-api</module>-->
<module>agileboot-common</module>
<module>wol-modules</module>
<!-- <module>agileboot-domain</module>-->
<!-- <module>agileboot-infrastructure</module>-->
</modules>

13
wol-modules/pom.xml Normal file
View File

@@ -0,0 +1,13 @@
<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>wol-modules</artifactId>
<packaging>pom</packaging>
</project>