当前位置:Gxlcms > 数据库问题 > SpringBoot 报错org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType

SpringBoot 报错org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType

时间:2021-07-01 10:21:17 帮助过:19人阅读

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

标签:start   tab   artifact   pid   dep   cti   set   enc   block   

人气教程排行