Spring Boot啟動問題:Cannot determine embedded database driver class for database type NONE


Description:

Cannot determine embedded database driver class for database type NONE

在搭建項目階段數據未配置好請勿添加以下依賴

     <!--jdbc -->
<dependency>
<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-starter-jdbc</artifactId>

 </dependency> 

<!-- Spring Boot Mybatis 依賴 -->
  <dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>1.2.0</version>
</dependency>

 

 微信公眾號

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM