update 更新 mybatis 多包扫描配置

This commit is contained in:
数据小王子 2024-03-06 10:41:21 +08:00
parent 7fb5c26cee
commit c91f9686d7

View File

@ -124,7 +124,7 @@ pagehelper:
mybatis-flex:
# 搜索指定包别名
type-aliases-package: com.ruoyi.**.domain
# 不支持多包, 如有需要可在注解配置 或 提升扫包等级com.**.**.mapper
# 多包名使用 例如 org.dromara.**.mapper,org.xxx.**.mapper
mapper-package: com.ruoyi.**.mapper
# 配置mapper的扫描找到所有的mapper.xml映射文件
mapper-locations: classpath*:mapper/**/*Mapper.xml