扫描路径修改

This commit is contained in:
RuoYi
2018-10-18 16:48:05 +08:00
parent 6ee8053a9b
commit 83b4c25137
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ mybatis:
# 搜索指定包别名
typeAliasesPackage: com.ruoyi
# 配置mapper的扫描找到所有的mapper.xml映射文件
mapperLocations: classpath:mapper/system/*Mapper.xml,classpath:mapper/quartz/*Mapper.xml,classpath:mapper/generator/*Mapper.xml
mapperLocations: classpath*:mapper/**/*Mapper.xml
# 加载全局的配置文件
configLocation: classpath:mapper/mybatis-config.xml