mybaits-spring 源码阅读随笔(一)


	mybaits-spring 源码阅读随笔(一)
[编程语言教程]

mybaits-spring 源码阅读随笔(一)

1、@MapperScan

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
@Import(MapperScannerRegistrar.class)
@Repeatable(MapperScans.class)
public @interface MapperScan {
    ...
}
hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » mybaits-spring 源码阅读随笔(一)