Commit 64b5bcac by yuwei

Update: 删除无效配置项

parent 3b7116f6
...@@ -9,7 +9,6 @@ spring: ...@@ -9,7 +9,6 @@ spring:
cloud: cloud:
config: config:
fail-fast: true fail-fast: true
# uri: http://localhost:8611
name: ${spring.application.name} name: ${spring.application.name}
profile: ${spring.profiles.active} profile: ${spring.profiles.active}
discovery: discovery:
......
...@@ -9,7 +9,6 @@ spring: ...@@ -9,7 +9,6 @@ spring:
cloud: cloud:
config: config:
fail-fast: true fail-fast: true
uri: http://localhost:8611
name: ${spring.application.name} name: ${spring.application.name}
profile: ${spring.profiles.active} profile: ${spring.profiles.active}
discovery: discovery:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment