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

溫馨提示×

溫馨提示×

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

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

如何解決Spring boot數據源未配置異常

發布時間:2021-08-02 10:54:00 來源:億速云 閱讀:172 作者:chen 欄目:開發技術

本篇內容主要講解“如何解決Spring boot數據源未配置異常”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“如何解決Spring boot數據源未配置異常”吧!

Spring boot 數據源未配置異常

問題

在使Springboot自動生成的項目框架時如果選擇了數據源,比如選擇了mysql,生成項目之后,啟動會報一下異常:

Description:

Cannot determine embedded database driver class for database type NONE

Action:

If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (no profiles are currently active).

問題分析

導致此問題的原因為,springboot生成的項目啟動時會自動注入數據源。而此時在配置文件中并沒有配置數據源信息,因此會拋出異常。

解決方案

(1)如果暫時不需要數據源,可將pom文件中的mysql和mybatis(或其他數據源框架)注釋掉,即可正常啟動。

(2)在@SpringBootApplication中排除其注入

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

(3)提供數據源的配置或其他數據源配置,此處提供默認配置示例,在application.properties文件中添加以下配置項:

# 主數據源,默認的
#spring.datasource.type=com.zaxxer.hikari.HikariDataSource
spring.datasource.driverClassName=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/test
spring.datasource.username=root
spring.datasource.password=root

springboot啟動提示缺少數據源

If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (no profiles are currently

正解:

因為spring boot只要你在pom中引入了mybatis-spring-boot-starter 他就會默認需要加載數據庫相關的配置

可以加上

@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})

到此,相信大家對“如何解決Spring boot數據源未配置異常”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

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

AI

新兴县| 海兴县| 大港区| 上林县| 同江市| 穆棱市| 池州市| 沂源县| 平阳县| 肥城市| 定襄县| 阿荣旗| 南溪县| 沙洋县| 宁城县| 海南省| 乐陵市| 连南| 项城市| 灵石县| 榆林市| 信丰县| 托里县| 东城区| 凌源市| 灌云县| 云和县| 吐鲁番市| 桓仁| 博湖县| 通江县| 驻马店市| 浮梁县| 凤凰县| 荆门市| 鄱阳县| 牙克石市| 台南市| 建水县| 冷水江市| 珲春市|