保存当前开发进度:PMS模块完整实现和编译优化配置

This commit is contained in:
Xuhf
2025-05-31 19:49:27 +08:00
parent 049934932d
commit 7af5871106
164 changed files with 30617 additions and 16125 deletions

View File

@@ -2,6 +2,8 @@
# MyBatisPlus配置
# https://baomidou.com/config/
mybatis-plus:
# 多包名使用 例如 org.dromara.**.mapper,org.xxx.**.mapper
mapperPackage: org.dromara.**.mapper
# 启动时是否检查 MyBatis XML 文件的存在,默认不检查
checkConfigLocation: false
configuration:
@@ -31,3 +33,4 @@ mybatis-plus:
insertStrategy: NOT_NULL
updateStrategy: NOT_NULL
whereStrategy: NOT_NULL