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 found ClassPathMapperScanner may scan annotations in the package path as CandidateComponent,
but CandidateComponent should not include annotation type.(Am I right?)
I found ClassPathMapperScanner may scan annotations in the package path as CandidateComponent,
but CandidateComponent should not include annotation type.(Am I right?)
File: src/main/java/org/mybatis/spring/mapper/ClassPathMapperScanner.java.
Method
isCandidateComponent
ofClassPathMapperScanner
should exclude annotation bean definition.The text was updated successfully, but these errors were encountered: