1 Star 1 Fork 0

lloamhh / springcloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config-eureka.yml 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
lloamhh 提交于 2021-05-08 20:11 . Eureka与provider的配置文件
spring:
profiles:
active: dev
---
server:
port: 7001
profiles: dev
application:
name: springcloud-config-eureka
eureka:
instance:
hostname: eureka7001.com
client:
register-with-eureka: false
fetch-registry: false
service-url:
defaultZone: http://eureka7002.com:7002/eureka/,http://eureka7003.com:7003/eureka/
---
server:
port: 7001
profiles: test
application:
name: springcloud-config-eureka
eureka:
instance:
hostname: eureka7001.com
client:
register-with-eureka: false
fetch-registry: false
service-url:
defaultZone: http://eureka7002.com:7002/eureka/,http://eureka7003.com:7003/eureka/
Java
1
https://gitee.com/lloamhh/springcloud-config.git
git@gitee.com:lloamhh/springcloud-config.git
lloamhh
springcloud-config
springcloud-config
master

搜索帮助