1 Star 0 Fork 0

hwg123 / springcloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config-client.yml 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
hwg123 提交于 2020-04-28 17:09 . update config-client.yml.
spring:
profiles:
active: dev
---
server:
port: 8201
#spring的配置
spring:
profiles: dev
application:
name: psp-provider-dept
#eureka的配置,服务注册到哪里
eureka:
client:
service-url:
defaultZone: http://localhost:7001/eureka/
---
server:
port: 8202
#spring的配置
spring:
profiles: test
application:
name: psp-provider-dept
#eureka的配置,服务注册到哪里
eureka:
client:
service-url:
defaultZone: http://localhost:7001/eureka/
Java
1
https://gitee.com/huiwangui/springcloud-config.git
git@gitee.com:huiwangui/springcloud-config.git
huiwangui
springcloud-config
springcloud-config
master

搜索帮助