Compare commits
1 Commits
406f20f7cb
...
dev-gatewa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4714ae61c |
@@ -10,6 +10,7 @@
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>agileboot-cloud-start</module>
|
||||
<module>wol-gateway</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# Tomcat
|
||||
server:
|
||||
port: 8080
|
||||
servlet:
|
||||
@@ -6,4 +5,4 @@ server:
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: wol-gateway
|
||||
name: wol-gateway
|
||||
@@ -12,7 +12,6 @@
|
||||
<modules>
|
||||
<module>wol-auth</module>
|
||||
<module>agileboot-system-base</module>
|
||||
<module>wol-gateway</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
Reference in New Issue
Block a user