SpringBoot启动报错Failedtodetermineasuitabledriverclass怎么办

小编给大家分享一下SpringBoot启动报错Failed to determine a suitable driver class怎么办,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!

五指山ssl适用于网站、小程序/APP、API接口等需要进行数据传输应用场景,ssl证书未来市场广阔!成为创新互联公司的ssl证书销售渠道,可以享受市场价格4-6折优惠!如果有意向欢迎电话联系或者加微信:028-86922220(备注:SSL证书合作)期待与您的合作!

SpringBoot启动报错如下

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2019-05-06 21:27:18.275 ERROR 10968 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :

***************************
APPLICATION FAILED TO START
***************************

Description:

Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.

Reason: Failed to determine a suitable driver class


Action:

Consider the following:
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).


Process finished with exit code 1

SpringBoot启动报错Failed to determine a suitable driver class怎么办

把这个依赖注释掉就好了

SpringBoot启动报错Failed to determine a suitable driver class怎么办

原因

应用没有使用到DataSource,但是在pom.xml里引入了mybatis-spring-boot-starter

问题解决办法

有两种:

把mybatis-spring-boot-starter的依赖去掉,这样就不会触发spring boot相关的代码

把spring boot自动初始化DataSource相关的代码禁止掉

禁止的办法有两种:

在启动类的@SpringBootApplication加上

@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class, DataSourceTransactionManagerAutoConfiguration.class })

在application.properties里配置:

spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration

看完了这篇文章,相信你对“SpringBoot启动报错Failed to determine a suitable driver class怎么办”有了一定的了解,如果想了解更多相关知识,欢迎关注创新互联行业资讯频道,感谢各位的阅读!


网页名称:SpringBoot启动报错Failedtodetermineasuitabledriverclass怎么办
地址分享:http://bzwzjz.com/article/gsdcpg.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 自适应网站设计 成都商城网站建设 广安网站设计 高端品牌网站建设 网站建设推广 成都企业网站制作 成都网站设计 高端网站设计 网站制作 重庆网站建设 手机网站制作 成都网站设计 自适应网站建设 上市集团网站建设 网站制作公司 成都网站建设 外贸网站建设 成都品牌网站建设 成都网站设计公司 网站建设公司 重庆网站建设 教育网站设计方案