update 更新 mybatis 多包扫描配置
This commit is contained in:
parent
56798131b3
commit
5f7f8a31e9
@ -143,8 +143,7 @@ tenant:
|
|||||||
# MyBatisPlus配置
|
# MyBatisPlus配置
|
||||||
# https://baomidou.com/config/
|
# https://baomidou.com/config/
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
# 不支持多包, 如有需要可在注解配置 或 提升扫包等级
|
# 多包名使用 例如 org.dromara.**.mapper,org.xxx.**.mapper
|
||||||
# 例如 com.**.**.mapper
|
|
||||||
mapperPackage: org.dromara.**.mapper
|
mapperPackage: org.dromara.**.mapper
|
||||||
# 对应的 XML 文件位置
|
# 对应的 XML 文件位置
|
||||||
mapperLocations: classpath*:mapper/**/*Mapper.xml
|
mapperLocations: classpath*:mapper/**/*Mapper.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user