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> </parent>
<artifactId>ec-config-server</artifactId> <artifactId>ec-config-server</artifactId>
<version>1.0.4</version> <version>1.0.5-SNAPSHOT</version>
<licenses> <licenses>
<license> <license>

View File

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