亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

Spring boot 啟動提示數據源錯誤怎么辦

發布時間:2021-12-24 16:49:30 來源:億速云 閱讀:176 作者:小新 欄目:大數據

這篇文章主要介紹了Spring boot 啟動提示數據源錯誤怎么辦,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

在啟動 Spring Boot 的項目的時候提示數據源未配置的錯誤。

09:52:08.333 [main] DEBUG o.s.b.d.LoggingFailureAnalysisReporter - Application failed to start due to an exceptionorg.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver classat org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.determineDriverClassName(DataSourceProperties.java:233)	at org.springframework.boot.autoconfigure.jdbc.DataSourceProperties.initializeDataSourceBuilder(DataSourceProperties.java:174)

Spring 會提示你完整的導致啟動錯誤的信息是:

***************************
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

錯誤分析

從上面的啟動信息來看,已經說得非常清楚了,就是因為你配置了 Spring 的數據組件,但是你沒有配置相應的數據源。

因為這個會導致你的啟動失敗。

解決辦法

有下面的集中解決辦法:

加入 H2 包

最簡單的解決辦法就是在依賴中添加 H2 的數據庫,如果你使用 Spring Batch 的話,這個組件也是需要的,因為 Spring 會使用 H2 為數據源。

添加數據源配置

如果你已經添加了數據庫驅動,例如你添加了 mysql 的數據庫驅動。

那么你需要制定 Mysql 的數據庫連接參數。

spring.datasource.url=jdbc:mysql://localhost:3306/myDbspring.datasource.username=user1spring.datasource.password=passspring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

在啟動時候不載入數據源配置。

你可用在啟動的時候不載入數據源配置。

可用在啟動類上面,添加下面的注解。

@SpringBootApplication(exclude={DataSourceAutoConfiguration.class})

Spring boot 啟動提示數據源錯誤怎么辦

你也可以在啟動配置文件上面,添加下面的內容,這樣能夠保證你在啟動的時候不載入數據源配置類。

spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAuto

感謝你能夠認真閱讀完這篇文章,希望小編分享的“Spring boot 啟動提示數據源錯誤怎么辦”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!

向AI問一下細節

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

AI

岫岩| 汾阳市| 张家口市| 嘉鱼县| 酒泉市| 库尔勒市| 达日县| 彰化市| 宁河县| 林西县| 崇明县| 泊头市| 遵义县| 合肥市| 二手房| 贵阳市| 城口县| 修水县| 安新县| 武汉市| 徐水县| 阿拉善盟| 治县。| 博乐市| 平江县| 楚雄市| 嘉义县| 太和县| 长沙市| 栾川县| 渝北区| 南澳县| 湘乡市| 南乐县| 南木林县| 佛山市| 康平县| 镇宁| 洛阳市| 东城区| 中江县|