update 优化 增加mybatis-plus一键开启/关闭逻辑删除功能

This commit is contained in:
疯狂的狮子Li
2024-12-18 11:32:14 +08:00
parent 489cb52976
commit a65baf5d67
3 changed files with 36 additions and 0 deletions

View File

@ -139,6 +139,8 @@ tenant:
# MyBatisPlus配置
# https://baomidou.com/config/
mybatis-plus:
# 自定义配置 是否全局开启逻辑删除 关闭后 所有逻辑删除功能将失效
enableLogicDelete: true
# 多包名使用 例如 org.dromara.**.mapper,org.xxx.**.mapper
mapperPackage: org.dromara.**.mapper
# 对应的 XML 文件位置