SpringBoot 报错org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType
原因:缺少 spring-boot-starter-jdbc
// 导入依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
SpringBoot 报错org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType