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

Loading…
Cancel
Save