1 Star 0 Fork 0

骑着蜗牛去旅行/tensquare

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
web-dev.yml 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
骑着蜗牛去旅行 提交于 2019-09-19 17:59 . 1
server:
port: 9012
spring:
cloud:
loadbalancer:
retry:
enabled: true
application:
name: tensquare-web
rabbitmq:
host: 39.104.132.51
password: 1hangB6upQt
username: tuniao
jwt:
config:
key: bwyjsq
ttl: 360000
eureka:
client:
service-url:
defaultZone: http://114.67.78.236:10086/eureka
instance:
prefer-ip-address: true
zuul:
host:
socket-timeout-millis: 10000
connect-timeout-millis: 10000
routes:
tensquare-gathering: #应用名
path: /gathering/** #配置请求url的规则
serviceId: tensquare-gathering #指定Eureka注册中心中的服务id
tensquare-article:
path: /article/**
serviceId: tensquare-article
tensquare-base:
path: /base/**
serviceId: tensquare-base
tensquare-freind:
path: /freind/**
serviceId: tensquare-freind
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
ribbon:
ReadTimeout: 5000
ConnectTimeout: 5000
MaxAutoRetries: 2
MaxAutoRetriesNextServer: 1
OkToRetryOnAllOperations: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/softzhouwei/tensquare.git
git@gitee.com:softzhouwei/tensquare.git
softzhouwei
tensquare
tensquare
master

搜索帮助