update 更新 mybatis 多包扫描配置
This commit is contained in:
parent
7fb5c26cee
commit
c91f9686d7
@ -124,7 +124,7 @@ pagehelper:
|
|||||||
mybatis-flex:
|
mybatis-flex:
|
||||||
# 搜索指定包别名
|
# 搜索指定包别名
|
||||||
type-aliases-package: com.ruoyi.**.domain
|
type-aliases-package: com.ruoyi.**.domain
|
||||||
# 不支持多包, 如有需要可在注解配置 或 提升扫包等级:com.**.**.mapper
|
# 多包名使用 例如 org.dromara.**.mapper,org.xxx.**.mapper
|
||||||
mapper-package: com.ruoyi.**.mapper
|
mapper-package: com.ruoyi.**.mapper
|
||||||
# 配置mapper的扫描,找到所有的mapper.xml映射文件
|
# 配置mapper的扫描,找到所有的mapper.xml映射文件
|
||||||
mapper-locations: classpath*:mapper/**/*Mapper.xml
|
mapper-locations: classpath*:mapper/**/*Mapper.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user