springboot应用,报错:Failed to configure a DataSource: 'url' attribute is not specified and no embedd

Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.

翻译:无法配置DataSource:未指定'url'属性,也无法配置嵌入数据源。

解决方案
@SpringBootApplication(exclude= {DataSourceAutoConfiguration.class})