could not autowire ,.No beans of " DataSource" type found.
确保在DataSourceConfiguration类的createDataSource()方法上添加注释,并且注意大小写。
@Bean(name = "dataSource")
应该是你的DataSource未被spring管理,没有被扫描注入。