加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
api-gateway.yml 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
HOTNET 提交于 2022-09-08 09:40 . update api-gateway.yml.
zuul:
prefix: /api
ignoredServices: '*'
routes:
vets-service: /vet/**
visits-service: /visit/**
customers-service: /customer/**
api-gateway: /gateway/**
server:
port: 8080
compression:
enabled: true
mime-types: application/json,text/css,application/javascript
min-response-size: 2048
# Internationalization
spring.messages.basename: messages/messages
---
spring:
config:
activate:
on-profile: docker
zipkin:
baseUrl: http://192.168.2.224:9411
eureka:
client:
serviceUrl:
defaultZone: http://discovery-server:8761/eureka/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化