Unsatisfied dependency expressed through field ‘bookDao’; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type ‘com.itheima.dao.BookDao’ available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
springboot整合mybatis时出的一个错,版本太高了,也可能太新了就目前而言
org.mybatis.spring.boot
mybatis-spring-boot-starter
3.0.0
解决的方法
2.2.2