Closed
Description
I recently tried to update spring from 5.1.9.RELEASE to 5.2.0.RELEASE and got this error:
WARN - main : No MyBatis mapper was found in '[com.vividseats.skybox.mappers]' package. Please check your configuration.
I have this in the configuration:
<bean class="org.mybatis.spring.mapper.MapperScannerConfigurer">
<property name="basePackage" value="com.vividseats.skybox.mappers"/>
<property name="sqlSessionTemplateBeanName" value="masterSqlSessionTemplate"/>
</bean>
Using mybatis-spring version 2.0.3
Metadata
Metadata
Assignees
Labels
No labels