代码拉取完成,页面将自动刷新
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/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。