springBoot UnsatisfiedDependencyException

2018-11-08 11:58:57.939  WARN 8916 ---
[  restartedMain] ConfigServletWebServerApplicationContext :
Exception encountered during context initialization - cancelling refresh attempt:
org.springframework.beans.factory.UnsatisfiedDependencyException:
 Error creating bean with name 'studentController':
 Unsatisfied dependency expressed through field 'studentMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException:
 Error creating bean with name 'studentMapper' defined in file
 [E:\newtest\springbootstudy\target\classes\cn\myspringboot\springbootstudy\mapper\StudentMapper.class]:
 Unsatisfied dependency expressed through bean property 'sqlSessionFactory';
 nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException:
 Error creating bean with name 'sqlSessionFactory' defined in class path resource [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.class]:
 Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException:
 Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]:
 Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException:
 Failed to instantiate [com.zaxxer.hikari.HikariDataSource]:
 Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException:
 Failed to determine a suitable driver class

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
引用\[1\]中提到了四个异常,分别是UnsatisfiedDependencyException、BeanCreationException、PropertyBatchUpdateExceptionMethodInvocationException。其中,UnsatisfiedDependencyException是BeanCreationException的子类。UnsatisfiedDependencyException表示在创建Bean时,存在依赖关系无法满足的情况。BeanCreationException表示在创建Bean时发生了异常。PropertyBatchUpdateException表示在更新属性时发生了异常。MethodInvocationException表示在调用方法时发生了异常。 引用\[2\]中提到了解决UnsatisfiedDependencyException的方式。可以在SpringBoot启动类上加上@MapperScan注解,并指定mapper接口层的包路径。这样可以解决依赖关系无法满足的问题。 引用\[3\]中提到了一些内容可以用来判断是否是连接池错误。可以检查applicationContext.xml文件中的dataSource配置,确保配置正确。比如,可以检查driverClass、jdbcUrl、user和password等属性的配置是否正确。 所以,public class UnsatisfiedDependencyException extends BeanCreationException是表示在创建Bean时存在依赖关系无法满足的异常。可以通过在SpringBoot启动类上加上@MapperScan注解来解决这个异常,并且还可以检查连接池的配置是否正确。 #### 引用[.reference_title] - *1* *3* [spring整合mybatis异常 UnsatisfiedDependencyException BeanCreationException ...](https://blog.csdn.net/weixin_45574920/article/details/113357684)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control,239^v3^insert_chatgpt"}} ] [.reference_item] - *2* [项目启动时报UnsatisfiedDependencyException异常,没有bean可用或bean注入失败](https://blog.csdn.net/qq_42567801/article/details/100559343)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control,239^v3^insert_chatgpt"}} ] [.reference_item] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值