实验报告

This commit is contained in:
ls
2025-05-04 15:49:42 +08:00
parent 808f938ada
commit f472aff273
13 changed files with 55 additions and 7 deletions

View File

@@ -197,11 +197,12 @@ mybatis-plus:
# 默认数据库表下划线命名
table-underline: true
configuration:
cache-enabled: true
# 这个配置会将执行的sql打印出来在开发或测试的时候可以用
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 返回类型为Map,显示null对应的字段
call-setters-on-nulls: true
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#jeecg专用配置
minidao:
base-package: org.jeecg.modules.jmreport.*,org.jeecg.modules.drag.*