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>

 

 微信公众号

 

 

posted @ 2020-01-14 15:08  盲目的拾荒者  阅读(992)  评论(0编辑  收藏  举报