代码拉取完成,页面将自动刷新
server:
port: 9011
spring:
application:
name: tensquare-manager
rabbitmq:
host: 192.168.217.130
eureka:
client:
service-url: #Eureka客户端与Eureka服务端进行交互的地址
defaultZone: http://127.0.0.1:6868/eureka/
instance:
prefer-ip-address: true #把自己的ip地址报告给Eureka(远程需要,本地测试没有问题)
zuul:
routes:
tensquare-article: #文章(名字随便取)
path: /article/** #配置路由规则
serviceId: tensquare-article #指定Eureka注册中心中的服务id
tensquare-base: #基础
path: /base/**
serviceId: tensquare-base
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-spit: #吐槽
path: /spit/**
serviceId: tensquare-spit
tensquare-user: #用户
path: /user/**
serviceId: tensquare-user
jwt:
config:
key: itcast #秘钥
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。