1 Star 0 Fork 0

刘振宇/springcloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config-client.yml 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘振宇 提交于 2022-07-27 21:22 . 3
spring:
profiles:
active: dev
---
server:
port: 8201
spring:
profiles: dev
application:
name : springcloud-provider-dept
eureka:
client:
service-url:
defaultZone: http://localhost:7001/eureka/
---
server:
port: 8202
spring:
profiles: test
application:
name : springcloud-provider-dept
eureka:
client:
service-url:
defaultZone: http://localhost:7001/eureka/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/liuzhenyu-gitee/springcloud-config.git
[email protected]:liuzhenyu-gitee/springcloud-config.git
liuzhenyu-gitee
springcloud-config
springcloud-config
master

搜索帮助