Browse Source

从epdc-cloud项目合并代码

from-epdc-cloud
管理员 6 years ago
parent
commit
8fe4f21610
  1. 9
      src/main/resources/application.yml

9
src/main/resources/application.yml

@ -170,6 +170,14 @@ spring:
- Path=${server.servlet.context-path}/cloudAnalysis/** - Path=${server.servlet.context-path}/cloudAnalysis/**
filters: filters:
- StripPrefix=1 - StripPrefix=1
#积分管理
- id: epdc-points-server
uri: @gateway.routes.epdc-points-server.uri@
order: 19
predicates:
- Path=${server.servlet.context-path}/points/**
filters:
- StripPrefix=1
nacos: nacos:
discovery: discovery:
server-addr: @nacos.server-addr@ server-addr: @nacos.server-addr@
@ -222,7 +230,6 @@ renren:
- /activiti/service/** - /activiti/service/**
- /activiti/editor-app/** - /activiti/editor-app/**
- /message/sms/sendCode #发送验证码 - /message/sms/sendCode #发送验证码
- /heart/**
- /oss/file/download - /oss/file/download
- /ws/** - /ws/**
- /custom/epidemicSentryPost/downloadQRCode/** - /custom/epidemicSentryPost/downloadQRCode/**

Loading…
Cancel
Save