MyBatis-Spring-Boot icon indicating copy to clipboard operation
MyBatis-Spring-Boot copied to clipboard

>1.2.0 的 自定义 Mapper 失效

Open Nonlone opened this issue 8 years ago • 1 comments

1.2.0 以后的是不是修改了MapperAutoConfiguration,对自定义Mapper的扫描构造失效了,MapperHelper和MapperProperties看不到有相关的引用

Nonlone avatar Feb 26 '18 09:02 Nonlone

1.2.3 版本有 bug,换 1.2.4 即可。

MapperProperties 只是为了方便 IDE 自动提示,没有真正使用。

abel533 avatar Mar 08 '18 13:03 abel533