1 Star 0 Fork 0

ADAMS9812/springcloud-config-public

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kpf-zuul-9527.yml 923 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangshiwen 提交于 2021-05-25 10:24 . 【新增】配置文件
spring:
profiles:
active: dev
---
server:
port: 9527
spring:
profiles: dev
application:
name: kpf-zuul-9527
eureka:
client:
service-url:
defaultZone: http://localhost:7001/eureka/
register-with-eureka: true
fetch-registry: true
instance:
instance-id: zuul9527.com # 修改eureka上的默认描述信息
prefer-ip-address: true
# 路由网关配置
zuul:
routes:
mydept.serviceId: kpf-provider-8001
mydept.path: /kpf/**
---
server:
port: 9528
spring:
profiles: qc
application:
name: kpf-zuul-9527
eureka:
client:
service-url:
defaultZone: http://localhost:7001/eureka/
register-with-eureka: true
fetch-registry: true
instance:
instance-id: zuul9527.com # 修改eureka上的默认描述信息
prefer-ip-address: true
# 路由网关配置
zuul:
routes:
mydept.serviceId: kpf-provider-8001
mydept.path: /kpf/**
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/adams9812/springcloud-config-public.git
[email protected]:adams9812/springcloud-config-public.git
adams9812
springcloud-config-public
springcloud-config-public
master

搜索帮助