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/**
filters:
- 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:
discovery:
server-addr: @nacos.server-addr@
@ -222,7 +230,6 @@ renren:
- /activiti/service/**
- /activiti/editor-app/**
- /message/sms/sendCode #发送验证码
- /heart/**
- /oss/file/download
- /ws/**
- /custom/epidemicSentryPost/downloadQRCode/**

Loading…
Cancel
Save