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
SSM框架在Spring-context.xml注入mybatis的log4j日志的bug

解决方法

SSM框架在Spring-context.xml注入mybatis的log4j日志的bug
将图中byName该为byType或者删除default-autowire=“byName”