Ver código fonte

gateway网关解密,只支持get和post

BF-202308171519\Administrator 2 anos atrás
pai
commit
1e739cc8cc
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      kxs-gateway/src/main/resources/application.yml

+ 1 - 1
kxs-gateway/src/main/resources/application.yml

@@ -26,7 +26,7 @@ spring:
             # 验证码处理
             - ValidateCodeGatewayFilter #如果该服务需要验证码则开启此过滤器
             # 解密过滤器
-#            - RequestDecoderFilter
+            - RequestDecoderFilter
 
         # 代码生成模块
         - id: kxs-codegen