实战问题14org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with
Posted huashengweilong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实战问题14org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with相关的知识,希望对你有一定的参考价值。
问题:
SpringBoot启动时报错:
Related cause: org.springframework.beans.factory.UnsatisfiedDependencyException:
Error creating bean with name ‘userDaoMapper‘ defined in file [E:\\WebProject\\...
解决方案:
pom.xml文件引入了两个Mybatis依赖包。一个是整合SpringBoot的,一个是整合Spring的jar包。两个一起出现,起冲突了,把Spring的Mybatis去掉就可以了
参考博客:
SpringBoot启动报错"Related cause: org.springframework.beans.factory.UnsatisfiedDependencyException: Err" - LinFord1995的博客 - CSDN博客
https://blog.csdn.net/linford1995/article/details/77991482
以上是关于实战问题14org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with的主要内容,如果未能解决你的问题,请参考以下文章
org.springframework.beans.factory.NoSuchBeanDefinitionException:没有定义名为“transactionManager”的bean
如何修复 org.springframework.beans.factory.UnsatisfiedDependencyException:创建名称为“name”的 bean 时出错?
Spring Boot 1.5.0-snapshot 上的 org.springframework.boot.orm.jpa.EntityScan
Tomcat & Spring Web - 找不到类异常 org.springframework.web.context.ContextLoaderListener