We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb7232 commit feb7004Copy full SHA for feb7004
service-customer/src/main/resources/bootstrap.properties
@@ -9,7 +9,7 @@ spring.cloud.config.profile=dev
9
spring.profiles.active=dev
10
11
# 指定具体的配置文件
12
-# spring.cloud.config.name=service-customer-mysql,service-customer-redis
+spring.cloud.config.name=service-customer,service-customer-mysql,service-customer-redis
13
spring.cloud.config.uri=http://127.0.0.1:1201/
14
15
spring.zipkin.base-url=http://127.0.0.1:9411
0 commit comments