[ agent ] [ status ]- fix some bug

This commit is contained in:
zeaslity
2023-02-01 15:02:02 +08:00
parent 38c5a6a3c1
commit 5aacdae89b
5 changed files with 75 additions and 31 deletions

View File

@@ -72,9 +72,11 @@ mybatis-plus:
logicDeleteField: isDelete
logic-not-delete-value: 0
logic-delete-value: 1
banner: false
configuration:
# 希望知道所有的sql是怎么执行的, 配置输出日志
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 数据库下划线--实体类也是下划线 需要为false
map-underscore-to-camel-case: true
# 一级缓存的 缓存级别默认为 session如果要关闭一级缓存可以设置为 statement