Commit 51c53915074a5f75dc63c385ca4a4e5796ff1197

Authored by 李献忠
1 parent 1d72aaa4

修改配置文件

Showing 2 changed files with 2 additions and 2 deletions
config.yml
@@ -2,7 +2,7 @@ server: @@ -2,7 +2,7 @@ server:
2 port: 15100 2 port: 15100
3 3
4 spring: 4 spring:
5 - profiles: {spring.profiles.active} 5 + profiles: development
6 cloud: 6 cloud:
7 config: 7 config:
8 server: 8 server:
discovery.yml
@@ -2,7 +2,7 @@ server: @@ -2,7 +2,7 @@ server:
2 port: 15200 2 port: 15200
3 3
4 spring: 4 spring:
5 - profiles: {spring.profiles.active} 5 + profiles: development
6 cloud: 6 cloud:
7 config: 7 config:
8 discovery: 8 discovery: