1 Star 2 Fork 0

付明皖/SpringcloudConfig

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config-client.yml 694 Bytes
一键复制 编辑 原始数据 按行查看 历史
付明皖 提交于 2021-10-09 16:21 +08:00 . update config-client.yml.
spring:
profiles:
active: dev
---
server:
port: 8201
spring:
profiles: dev
application:
name: config-client-dept
eureka:
client:
service-url:
defaultZone: http://eureka7001.com:7001/eureka/,http://eureka7002.com:7002/eureka/,http://eureka7003.com:7003/eureka/
instance:
instance-id: config-client-dept-8201
---
server:
port: 8202
spring:
profiles: test
application:
name: config-client-dept
eureka:
client:
service-url:
defaultZone: http://eureka7001.com:7001/eureka/,http://eureka7002.com:7002/eureka/,http://eureka7003.com:7003/eureka/
instance:
instance-id: config-client-dept-8202
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fmw246/springcloud-config.git
git@gitee.com:fmw246/springcloud-config.git
fmw246
springcloud-config
SpringcloudConfig
master

搜索帮助