新增 MybatisPlus 配置

This commit is contained in:
jiangdingxuan
2024-01-08 18:20:10 +08:00
parent 83d52fdc37
commit b8953ee3d3
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