admin 管理员组

文章数量: 1103785

此处UnsatisfiedDependencyException异常引发原因是Spring启动时,进行mapper扫描时发现不符合约束以及规范的标签,抛出异常。

异常信息

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'xxxController': Unsatisfied dependency expressed through field 'liabilitiesDetailService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'xxxServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name xxxMapper' defined in file [xxx\com\jy\als\mapper\LiabilitiesDetailMapper.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 resou

本文标签: 报错 异常 springboot Unsatisfied baseMapper