spriing boot 启动报错:Cannot determine embedded database driver class for database type NONE

1.在Application类上增加@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})

阻止spring boot自动注入dataSource bean

2.检查pom.xml 在还没有配置数据源的情况下,启动项目的时候时,不能包含配置数据源的配置

你可能感兴趣的:(spriing boot 启动报错:Cannot determine embedded database driver class for database type NONE)