This commit is contained in:
cuijiawang
2025-09-24 16:59:01 +08:00
parent d23500d656
commit d4714ae61c
7 changed files with 3 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
<packaging>pom</packaging>
<modules>
<module>agileboot-cloud-start</module>
<module>wol-gateway</module>
</modules>
</project>

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.agileboot</groupId>
<artifactId>agileboot-system</artifactId>
<artifactId>agileboot-cloud</artifactId>
<version>1.0.0</version>
</parent>

View File

@@ -1,4 +1,3 @@
# Tomcat
server:
port: 8080
servlet:
@@ -6,4 +5,4 @@ server:
spring:
application:
name: wol-gateway
name: wol-gateway

View File

@@ -12,7 +12,6 @@
<modules>
<module>wol-auth</module>
<module>agileboot-system-base</module>
<module>wol-gateway</module>
</modules>
<dependencyManagement>