1. 简化 JsonUtils 初始化方式,去掉 BeanPostProcessor

2. 减少日志打印

目的:优化启动速度
This commit is contained in:
YunaiV
2023-09-16 18:10:18 +08:00
parent be7ee3e447
commit 3b9affe056
7 changed files with 27 additions and 35 deletions

View File

@@ -122,6 +122,7 @@ logging:
level:
# 配置自己写的 MyBatis Mapper 打印日志
cn.iocoder.yudao.module.infra.dal.mysql: debug
cn.iocoder.yudao.module.infra.dal.mysql.file.FileConfigMapper: INFO # 配置 FileConfigMapper 的日志级别为 info
--- #################### 芋道相关配置 ####################