SpringBoot常见问题--启动报错(Cannot determine embedded database driver class for database type NONE)

SpringBoot启动报错:Cannot determine embedded database driver class for database type NONE springboot启动时会自动注入数据源和配置jpa 解决办法一:启动类中加入注解:@SpringBootApplication(exclude={DataSourceAutoConfiguration.class,Hiber
相关文章
相关标签/搜索