关闭特定的自动配置应该使用@SpringBootApplication注解的exclude参数
例如:@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})