加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manager-dev.yml 2.18 KB
一键复制 编辑 原始数据 按行查看 历史
千楼 提交于 2019-06-01 20:47 . 更新 manager-dev.yml
server:
port: 9011
spring:
application:
name: tensquare-manager
eureka:
client:
service-url:
defaultZone: http://192.168.133.134: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
jwt:
config:
key: itcast
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化