not loaded because @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans of type javax.sql.DataSource

1.DataSource配置出错

2.@SpringBootApplication Main中加了exclude = DataSourceAutoConfiguration.class,

删掉后Rebuild Project启动就可以了