1 Star 2 Fork 0

付明皖/SpringcloudConfig

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config-eureka.yml 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
付明皖 提交于 2021-10-09 09:00 . update config-eureka.yml.
spring:
profiles:
active: dev
---
spring:
profiles: dev
application:
name: eureka-config-7001-first
server:
port: 7001
eureka:
instance:
hostname: eureka7001.com # 注册中心集群的话 必须在host里配置域名
client:
register-with-eureka: false # 是否想注册中心注册自己,因为本身是注册中心服务器 所以不需要
fetch-registry: false # 表示自己是注册中心
serviceUrl: # 监控页面
defaultZone: http://eureka7002.com:7002/eureka/,http://eureka7003.com:7003/eureka/
---
spring:
profiles: test
application:
name: eureka-config-7101-first
server:
port: 7101
eureka:
instance:
hostname: eureka7001.com # 注册中心集群的话 必须在host里配置域名
client:
register-with-eureka: false # 是否想注册中心注册自己,因为本身是注册中心服务器 所以不需要
fetch-registry: false # 表示自己是注册中心
serviceUrl: # 监控页面
defaultZone: http://eureka7002.com:7002/eureka/,http://eureka7003.com:7003/eureka/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fmw246/springcloud-config.git
git@gitee.com:fmw246/springcloud-config.git
fmw246
springcloud-config
SpringcloudConfig
master

搜索帮助