1 Star 0 Fork 0

And Die BLacK/springcloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config-eureka.yml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
And Die BLacK 提交于 2020-11-02 09:05 . update config-eureka.yml.
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 :忽略,隐
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/adblk/springcloud-config.git
git@gitee.com:adblk/springcloud-config.git
adblk
springcloud-config
springcloud-config
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385