91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

SpringBoot啟動報錯Failed to determine a suitable driver class怎么辦

發布時間:2021-07-08 13:41:56 來源:億速云 閱讀:2690 作者:小新 欄目:編程語言

小編給大家分享一下SpringBoot啟動報錯Failed to determine a suitable driver class怎么辦,希望大家閱讀完這篇文章之后都有所收獲,下面讓我們一起去探討吧!

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怎么辦”有了一定的了解,如果想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

卢龙县| 镇远县| 长沙市| 永兴县| 胶州市| 高平市| 恩施市| 宜昌市| 长阳| 体育| 色达县| 轮台县| 中西区| 彰化市| 深水埗区| 桃园县| 天水市| 南陵县| 富锦市| 古交市| 深水埗区| 灌阳县| 报价| 信宜市| 三都| 民县| 梧州市| 尖扎县| 通化县| 仁寿县| 旅游| 望江县| 中江县| 台湾省| 长阳| 右玉县| 怀远县| 枣强县| 大同市| 阿荣旗| 延庆县|