1 Star 0 Fork 0

陈鹏/tensquare

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manager-dev.yml 1.29 KB
一键复制 编辑 原始数据 按行查看 历史
陈鹏 提交于 2019-04-10 09:40 . 更新 manager-dev.yml
server:
port: 9011
spring:
application:
name: tensquare-manager
rabbitmq:
host: 192.168.25.128
jwt:
config:
key: itcast
eureka:
client:
service-url:
defaultZone: http://192.168.25.128:6868/eureka/ #eureka service地址
instance:
prefer-ip-address: true #网络请求打开
zuul: #网关配置
routes:
tensquare-base:
path: /base/**
serviceId: tensquare-base
tensquare-article:
path: /article/**
serviceId: tensquare-article
tensquare-friend:
path: /friend/**
serviceId: tensquare-friend
tensquare-gathering:
path: /gathering/**
serviceId: tensquare-gathering
tensquare-qa:
path: /qa/**
serviceId: tensquare-qa
tensquare-recruit: #招聘
path: /recruit/**
serviceId: tensquare-recruit
tensquare-search:
path: /search/**
serviceId: tensquare-search
tensquare-spit:
path: /spit/**
serviceId: tensquare-spit
tensquare-user:
path: /user/**
serviceId: tensquare-user
tensquare-email:
path: /email/**
serviceId: tensquare-email
tensquare-sms:
path: /sms/**
serviceId: tensquare-sms
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/dabenbenyihao/tensquare.git
git@gitee.com:dabenbenyihao/tensquare.git
dabenbenyihao
tensquare
tensquare
master

搜索帮助