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>

                                       Spring Boot启动问题:Cannot determine embedded database driver class for database type NONE

                                                                       JAVA程序猿成长之路

                                                    分享学习资源,学习方法,记录程序员生活。

相关文章:

  • 2022-02-06
  • 2021-09-19
  • 2021-06-23
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-13
  • 2021-10-01
相关资源
相似解决方案