代码拉取完成,页面将自动刷新
server:
port: 9012
spring:
application:
name: tensquare-web
eureka:
client:
service-url:
defaultZone: http://localhost:6868/eureka/
instance: #模块可以跨域访问
prefer-ip-address: true
zuul:
routes:
tensquare-base: #基础
path: /base/** #配置请求URL的请求规则
serviceId: tensquare-base #指定Eureka注册中心得服务id
tensquare-friend: #交友
path: /friend/**
serviceId: tensquare-friend
tensquare-article: #文章
path: /article/**
serviceId: tensquare-article
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。