|
|
@ -72,7 +72,7 @@ mybatis:
|
|
|
|
# 搜索指定包别名
|
|
|
|
# 搜索指定包别名
|
|
|
|
typeAliasesPackage: com.ruoyi
|
|
|
|
typeAliasesPackage: com.ruoyi
|
|
|
|
# 配置mapper的扫描,找到所有的mapper.xml映射文件
|
|
|
|
# 配置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
|
|
|
|
configLocation: classpath:mapper/mybatis-config.xml
|
|
|
|
|
|
|
|
|
|
|
|