add 增加 gateway 全局缓存过滤器 解决body不能重复读问题

This commit is contained in:
疯狂的狮子li
2022-05-30 20:59:50 +08:00
parent b59095b897
commit ada28231bd
3 changed files with 39 additions and 92 deletions

View File

@@ -46,7 +46,6 @@ spring:
- Path=/auth/**
filters:
# 验证码处理
- CacheRequestFilter
- ValidateCodeFilter
- StripPrefix=1
# 代码生成