啓動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})