1 Star 0 Fork 71

catDDG / roncoo-education-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
roncoo-education-gateway-api.properties 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
夏天飘过的风 提交于 2018-11-22 15:28 . 修改
# 网关模块
# 路由的映射:/auth开头需要登录,其他不需要登录
zuul.routes.usercourse.path=/auth/course/api/**
zuul.routes.usercourse.service-id=roncoo-education-course-service
zuul.routes.usercourse.strip-prefix=false
zuul.routes.user.path=/auth/user/api/**
zuul.routes.user.service-id=roncoo-education-user-service
zuul.routes.user.strip-prefix=false
zuul.routes.callback.path=/callback/**
zuul.routes.callback.service-id=roncoo-education-course-service
zuul.routes.callback.strip-prefix=false
zuul.routes.course.path=/course/api/**
zuul.routes.course.service-id=roncoo-education-course-service
zuul.routes.course.strip-prefix=false
zuul.routes.web.path=/user/api/**
zuul.routes.web.service-id=roncoo-education-user-service
zuul.routes.web.strip-prefix=false
zuul.routes.system.path=/system/api/**
zuul.routes.system.service-id=roncoo-education-system-service
zuul.routes.system.strip-prefix=false
# 禁用服务名进行访问
zuul.ignored-services=*
# host
zuul.host.connect-timeout-millis=1800000
# logging
info.roncoo.logging.path=/home/roncoo/education/logs/gateway-api
1
https://gitee.com/catdogbbs/roncoo-education-config.git
git@gitee.com:catdogbbs/roncoo-education-config.git
catdogbbs
roncoo-education-config
roncoo-education-config
master

搜索帮助