Commit d1d00737 authored by ranjun's avatar ranjun

Merge branch 'master' of http://192.168.0.204/pd-new/pd-user

parents 5938db43 d87c9ac8
...@@ -6,7 +6,7 @@ spring: ...@@ -6,7 +6,7 @@ spring:
cloud: cloud:
config: config:
# base为所有服务的公共配置,pd-db-system为需要连接的数据库配置,${spring.application.name}为当前程序的配置,3个配置组合才为当前程序的启动配置 # base为所有服务的公共配置,pd-db-system为需要连接的数据库配置,${spring.application.name}为当前程序的配置,3个配置组合才为当前程序的启动配置
name: base,pd-db-system,${spring.application.name} name: base,pd-db-user,${spring.application.name}
label: master label: master
fail-fast: true fail-fast: true
# 设置从服务中拿取配置 # 设置从服务中拿取配置
......
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