APPLICATION FAILED TO START
Description:
Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.
Reason: Failed to determine a suitable driver class
解决办法:
添加exclude
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})



