啓動springboot報錯Error creating bean with name 'dataSource' defined in class path resource

啓動springboot報錯Error creating bean with name 'dataSource' defined in class path resourcespring

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource

解決: 去掉數據源自動配置。springboot

@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})
相關文章
相關標籤/搜索