Commit cf536232 authored by tangf's avatar tangf

胖丁用户修改配置文件

parent 0525fc46
......@@ -6,7 +6,7 @@ spring:
cloud:
config:
# 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
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