首页 > 编程语言 > 详细

Springboot启动报错:Failed to determine a suitable driver class

时间:2020-02-21 15:11:11      阅读:2113      评论:0      收藏:0      [点我收藏+]

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

 

原因:

没有配置数据源,但springboot默认启用了数据源配置

解决办法:

启动类添加exclude参数,不启用DataSource

技术分享图片

 

Springboot启动报错:Failed to determine a suitable driver class

原文:https://www.cnblogs.com/alanchenjh/p/12340898.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!