代码拉取完成,页面将自动刷新
# 网关模块
# 路由的映射:/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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。