【依赖】easy-trans from 2.2.11 to 3.0.5

This commit is contained in:
YunaiV
2024-07-15 13:01:35 +08:00
parent df9fb5131f
commit e263468389
15 changed files with 4 additions and 15 deletions

View File

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