Merge pull request #13 from 3dwardch3ng/develop

release
This commit is contained in:
2024-08-31 09:40:28 +10:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
</parent>
<artifactId>ec-config-server</artifactId>
<version>1.0.4</version>
<version>1.0.5-SNAPSHOT</version>
<licenses>
<license>

View File

@@ -1,3 +1,6 @@
application:
name: ec-config-server
server:
port: 8888
@@ -23,6 +26,8 @@ logging:
name: '/app/log/${spring.application.name}.log'
spring:
application:
name: ${application.name}
profiles:
active: native
cloud: