mybatis.%20org at**

70 阅读1分钟

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘adminInfoController’: Unsatisfied dependency expressed through field ‘adminInfoService’; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘adminInfoServiceImpl’: Unsatisfied dependency expressed through field ‘adminInfoMapper’; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘IAdminInfoMapper’ defined in file [E:\user\java3learn\SSM-Shop\target\classes\com\xh\shop\mapper\IAdminInfoMapper.class]: Unsatisfied dependency expressed through bean property ‘sqlSessionFactory’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘sqlSessionFactory’ defined in class path resource [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method ‘sqlSessionFactory’ threw exception; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: ‘file [E:\user\java3learn\SSM-Shop\target\classes\mapper\GoodsTypeMapper.xml]’; nested exception is org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: java.net.UnknownHostException: mybatis.%20org
at
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660) ~[spring-beans-5.3.4.jar:5.3.4]
在这里插入图片描述