新增 MybatisPlus 配置

This commit is contained in:
jiangdingxuan
2024-01-08 18:20:10 +08:00
committed by Gitea
parent 657b581f8d
commit 9d35b66041
3 changed files with 34 additions and 0 deletions

View File

@@ -19,3 +19,11 @@ spring:
maximum-pool-size: 20
idle-timeout: 30000
max-lifetime: 1800000
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
logging:
level:
root: info
net.rzdata: debug
com.baomidou.example.mapper: debug