升级 MybatisPlus 3.4.2

This commit is contained in:
疯狂的狮子li
2021-01-15 15:55:24 +08:00
parent 52325307f4
commit 3362ce5f33
4 changed files with 3 additions and 12 deletions

View File

@ -84,7 +84,7 @@ token:
# https://baomidou.com/config/
mybatis-plus:
# 对应的 XML 文件位置
mapper-locations: classpath*:mapper/**/*Mapper.xml
mapperLocations: classpath*:mapper/**/*Mapper.xml
# 实体扫描多个package用逗号或者分号分隔
typeAliasesPackage: com.ruoyi.**.domain
# 针对 typeAliasesPackage如果配置了该属性则仅仅会扫描路径下以该类作为父类的域对象