通用mybatis-config移入admin模块

master
RuoYi 6 years ago committed by Limy
parent 9cd5e8d656
commit a8e84a7323

@ -75,7 +75,7 @@ mybatis:
# 配置mapper的扫描找到所有的mapper.xml映射文件
mapperLocations: classpath*:mapper/**/*Mapper.xml
# 加载全局的配置文件
configLocation: classpath:mapper/mybatis-config.xml
configLocation: classpath:mybatis/mybatis-config.xml
# PageHelper分页插件
pagehelper:

Loading…
Cancel
Save