【依赖】easy-trans from 1.6.6 to 1.7.8

This commit is contained in:
YunaiV
2024-07-15 12:38:23 +08:00
parent 211e196fce
commit 4de27eb12d
4 changed files with 4 additions and 5 deletions

View File

@ -97,7 +97,6 @@ spring:
# VO 转换(数据翻译)相关
easy-trans:
is-enable-global: true # 启用全局翻译(拦截所有 SpringMVC ResponseBody 进行自动翻译 )。如果对于性能要求很高可关闭此配置,或通过 @IgnoreTrans 忽略某个接口
is-enable-cloud: false # 禁用 TransType.RPC 微服务模式
--- #################### 验证码相关配置 ####################