1 Star 0 Fork 0

johnwu/telement_config_localdev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
web-dev.yml 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
johnwu 提交于 2020-12-15 15:17 . update web-dev.yml.
server:
port: 9013
spring:
application:
name: tensquare-web
rabbitmq:
host: 192.168.217.130
eureka:
client:
service-url:
defaultZone: http://127.0.0.1:6868/eureka/
instance:
prefer-ip-address: true
#forword error1
ribbon:
ReadTimeout: 3000
ConnectTimeout: 3000
#forword error2
hystrix:
command:
default:
execution:
isolation:
thread:
timeout-in-milliseconds: 3000
#forword error3
zuul:
host:
connect-timeout-millis: 3000
socket-timeout-millis: 3000
routes:
tensquare-gathering: #活动
path: /gathering/**
serviceId: tensquare-gathering
tensquare-article: #文章服务
path: /article/**
serviceId: tensquare-article
tensquare-base: #基础服务
path: /base/**
serviceId: tensquare-base
tensquare-friend: #交友服务
path: /friend/**
serviceId: tensquare-friend
tensquare-qa: #问答服务
path: /qa/**
serviceId: tensquare-qa
tensquare-recruit: #招聘服务
path: /recruit/**
serviceId: tensquare-recruit
tensquare-spit: #吐槽服务
path: /spit/**
serviceId: tensquare-spit
tensquare-user: #用户服务
path: /user/**
serviceId: tensquare-user
tensquare-search: #用户服务
path: /search/**
serviceId: tensquare-search
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/john9128/telement_config_localdev.git
git@gitee.com:john9128/telement_config_localdev.git
john9128
telement_config_localdev
telement_config_localdev
master

搜索帮助