日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

报错信息为:Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource

發布時間:2025/4/16 47 豆豆
生活随笔 收集整理的這篇文章主要介紹了 报错信息为:Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

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

?

錯誤原因:沒有配置數據庫

pom.xml中有mybatis依賴

<dependency><groupId>org.mybatis.spring.boot</groupId><artifactId>mybatis-spring-boot-starter</artifactId><version>2.0.0</version> </dependency>

如果代碼中沒有使用到數據庫,就可以直接加一個注解搞定

@SpringBootApplication(exclude = DataSourceAutoConfiguration.class)

?

總結

以上是生活随笔為你收集整理的报错信息为:Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。