新增 MybatisPlus 配置
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user