Browse Source

解决third服务token参数不能使用问题

dev_shibei_match
sunyuchao 5 years ago
parent
commit
ce6b0c0606
  1. 3
      epmet-gateway/src/main/resources/bootstrap.yml

3
epmet-gateway/src/main/resources/bootstrap.yml

@ -294,7 +294,7 @@ spring:
- Path=${server.servlet.context-path}/third/**
filters:
- StripPrefix=1
- CpAuth=false
- CpAuth=true
nacos:
discovery:
server-addr: @nacos.server-addr@
@ -409,6 +409,7 @@ epmet:
- /gov/issue/**
- /gov/project/**
- /resi/home/**
- /third/**
swaggerUrls:
jwt:

Loading…
Cancel
Save