# Conflicts:
#	yudao-dependencies/pom.xml
This commit is contained in:
YunaiV
2024-07-15 12:38:42 +08:00
3 changed files with 3 additions and 4 deletions

View File

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