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
In class MybatisAutoConfiguration line ConflictingBeanDefinitionException 209, the registerBeanDefinitions method catch a IllegalStateException exception, when a ConflictingBeanDefinitionException is happen, usually it's ignored。But in many case, conflict Mapper class is wrong design that should be know in startup time,debug log is weak.
So, should i pull a PR to change this behavior?
The text was updated successfully, but these errors were encountered:
kazuki43zoo
changed the title
Why MybatisAutoConfiguration catch ConflictingBeanDefinitionException?
Change a method for preventing package based mapper scan
Jan 21, 2019
In class
MybatisAutoConfiguration
lineConflictingBeanDefinitionException
209, theregisterBeanDefinitions
method catch aIllegalStateException exception
, when aConflictingBeanDefinitionException
is happen, usually it's ignored。But in many case, conflict Mapper class is wrong design that should be know in startup time,debug log is weak.So, should i pull a PR to change this behavior?
The text was updated successfully, but these errors were encountered: