记得上下班打卡 | git大法好,push需谨慎

Commit 650ccd93 authored by 张国柄's avatar 张国柄

~config:mybatis.mapperLocations;

parent 4e050f32
......@@ -126,7 +126,7 @@ mybatis:
# 搜索指定包别名
typeAliasesPackage: com.liquidnet.service.kylin.**.entity,com.liquidnet.client.admin.**.domain
# 配置mapper的扫描,找到所有的mapper.xml映射文件
mapperLocations: classpath*:mapper/**/*Mapper.xml
mapperLocations: classpath*:mapper/**/*Mapper.xml,classpath*:com.liquidnet.service.*.mapper/*Mapper.xml
# 加载全局的配置文件
configLocation: classpath:mybatis/mybatis-config.xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment