You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: