mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-11-23 01:16:47 +08:00
保存当前开发进度:PMS模块完整实现和编译优化配置
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user