代码拉取完成,页面将自动刷新
spring:
profiles:
active: dev
---
server:
port: 7001
spring:
profiles: dev
application:
name: springcloud-config-eureka
eureka:
instance:
hostname: eureka7001.com #服务端的实例名称
client:
register-with-eureka: false #表示是否向eureka注册中心注册自己
fetch-registry: false #如果为false 则表示自己为注册中心
service-url: #监控页面
#单机
#集群
defaultZone: http://eureka7001.com:7001/eureka/
---
server:
port: 80
spring:
profiles: zuul
application:
name: springcloud-zuul-80
eureka:
client:
service-url:
defaultZone: http://eureka7001.com:7001/eureka/
instance:
instance-id: zuul80.com
prefer-ip-address: true
info:
app.name: AD-springcloud
company.name: blog.adb.com
zuul:
routes:
mydept.serviceId: springcloud-provider-dept-fegin8001,springcloud-provider-dept
mydept.path: /mydept/**
ignored-services: "*" #不能再使用这个路径访问了, ignored :忽略,隐
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。