Failed to auto-configure a DataSource: 'spring.datasource.url' is not specifspring
fix:url
//经过禁用指定的自动化配置来避免加载没必要要的自动化配置 @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})