Skip to content

Doesn't work with 5.2.0.RELEASE #410

Closed
@adrianboimvaser

Description

@adrianboimvaser

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions