Failed to auto-configure a DataSource: 'spring.datasource.url' is not specif

Failed to auto-configure a DataSource: 'spring.datasource.url' is not specifspring

fix:url

//经过禁用指定的自动化配置来避免加载没必要要的自动化配置
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})
相关文章
相关标签/搜索