瀏覽代碼

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

BF-202308171519\Administrator 2 年之前
父節點
當前提交
1e739cc8cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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