springBoot和MyBatis整合中出现SpringBoot无法启动时处理方式

Posted lijun6

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springBoot和MyBatis整合中出现SpringBoot无法启动时处理方式相关的知识,希望对你有一定的参考价值。

在springBoot和Myatis   整合中出现springBoot无法启动   并且报以下错误

Description:

Field userMapper in cn.lijun.controller.UserController required a bean of type ‘cn.lijun.mapper.UserMapper‘ that could not be found.


Action:

Consider defining a bean of type ‘cn.lijun.mapper.UserMapper‘ in your configuration.

  解决方法是:

在启动类上添加注解

@MapperScan(basePackages = "cn.lijun.mapper")

以上是关于springBoot和MyBatis整合中出现SpringBoot无法启动时处理方式的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot整合Mybatis进行单元测试mapper和xml路径不一致出现的诡异问题

使用 SpringBoot 整合 MyBatis 开发 开启驼峰映射功能

dubbo学习 springboot整合dubbo mybatis mysql

Springboot 2.0.4 整合Mybatis出现异常Property 'sqlSessionFactory' or 'sqlSessionTemplate' a

Springboot系列之Springboot与Mybatis整合

SpringBoot整合ORM开发框架MyBatis和JPA