1 Star 0 Fork 4

qwezxc/configee43

forked from zhy/configee43 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
web-dev.yml 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
server:
port: 9012 #网关端口
spring:
application:
name: tensquare-web
rabbitmq:
host: 192.168.242.132
eureka:
client:
serviceUrl: #Eureka客户端与Eureka服务端进行交互的地址
defaultZone: http://127.0.0.1:6868/eureka/
instance:
prefer-ip-address: true
zuul:
routes:
tensquare-gathering: #活动
path: /gathering/** #配置请求URL的请求规则
serviceId: tensquare-gathering #指定Eureka注册中心中的服务id
tensquare-article: #文章
path: /article/** #配置请求URL的请求规则
serviceId: tensquare-article #指定Eureka注册中心中的服务id
tensquare-base: #基础
path: /base/** #配置请求URL的请求规则
serviceId: tensquare-base #指定Eureka注册中心中的服务id
tensquare-friend: #交友
path: /friend/** #配置请求URL的请求规则
serviceId: tensquare-friend #指定Eureka注册中心中的服务id
tensquare-qa: #问答
path: /qa/** #配置请求URL的请求规则
serviceId: tensquare-qa #指定Eureka注册中心中的服务id
tensquare-recruit: #招聘
path: /recruit/** #配置请求URL的请求规则
serviceId: tensquare-recruit #指定Eureka注册中心中的服务id
tensquare-spit: #吐槽
path: /spit/** #配置请求URL的请求规则
serviceId: tensquare-spit #指定Eureka注册中心中的服务id
tensquare-user: #用户
path: /user/** #配置请求URL的请求规则
serviceId: tensquare-user #指定Eureka注册中心中的服务id
tensquare-search: #搜索
path: /search/** #配置请求URL的请求规则
serviceId: tensquare-search #指定Eureka注册中心中的服务id
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/qwezxcasd/configee43.git
git@gitee.com:qwezxcasd/configee43.git
qwezxcasd
configee43
configee43
master

搜索帮助