mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
Mapper 所对应的 XML 文件 增加默认值
Signed-off-by: lhzsdnu <2383376138@qq.com>
This commit is contained in:
parent
33dc9cc594
commit
9e7bedd02e
@ -58,7 +58,7 @@ public class MybatisFlexProperties {
|
||||
/**
|
||||
* Locations of MyBatis mapper files.
|
||||
*/
|
||||
private String[] mapperLocations;
|
||||
private String[] mapperLocations = new String[]{"classpath*:/mapper/**/*.xml"};
|
||||
|
||||
/**
|
||||
* Packages to search type aliases. (Package delimiters are ",; \t\n")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user