Spring boot整合mybatis找不到usermapper

img

img


百度说是要在mapper接口上加一个mapper注解,但是我加了还是报错

可以尝试在mapper上加一个@Repository注解。如果spring还是找不到对应的mapper,就有可能是依赖版本的问题,尝试换一个依赖,可以尝试使用下面的这一个

        <dependency>
            <groupId>org.mybatis.spring.boot</groupId>
            <artifactId>mybatis-spring-boot-starter</artifactId>
            <version>2.2.0</version>
        </dependency>

详情可以查看本人此前写过的博客https://bosen-once.gitee.io/posts/47667.html#toc-heading-9