mybatis / spring

Spring integration for MyBatis 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does mybatis-spring support to use customized mapper excludeFilters?

apdya opened this issue · comments

commented

I want to exclude some mapper from my application, and those mapper is in same package with mapper need to be loaded. for common bean in spring we can use @ComponentScan.Filter to exclude. does mybatis-spring have a similar function?

commented

duplicated with #548