idea启动install 出现的错误 If you want an embedded database please put a supported one on the classpath
添加在启动类
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})
idea启动install 出现的错误 If you want an embedded database please put a supported one on the classpath
添加在启动类
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})