SSM框架在Spring-context.xml注入mybatis的log4j日志的bug

SSM框架在Spring-context.xml注入mybatis的log4j日志的bug

{dataSource-1} closing …
{dataSource-1} closed
[ERROR] Context initialization failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘userDao’ defined in file [D:\java\ideaProject\gitee\my-spring-mvc-200724\target\classes\org\jgs1905\dao\impl\UserDaoImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘sqlSessionTemplate’ defined in class path resource [spring-context.xml]: Cannot resolve reference to bean ‘sqlSessionFactory’ while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘sqlSessionFactory’ defined in class path resource [spring-context.xml]: Cannot create inner bean ‘org.apache.ibatis.session.Configuration#3aa44386’ of type [org.apache.ibatis.session.Configuration] while setting bean property ‘configuration’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘org.apache.ibatis.session.Configuration#3aa44386’ defined in class path resource [spring-context.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type ‘org.springframework.web.context.support.StandardServletEnvironment’ to required type ‘org.apache.ibatis.mapping.Environment’ for property ‘environment’; nested exception is java.lang.IllegalStateException: Cannot convert value of type ‘org.springframework.web.context.support.StandardServletEnvironment’ to required type ‘org.apache.ibatis.mapping.Environment’ for property ‘environment’: no matching editors or conversion strategy found
在这里插入图片描述

解决方法

在这里插入图片描述
将图中byName该为byType或者删除default-autowire=“byName”

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值