@EnableAutoConfiguration
该注解会去加载META-INF/spring.factories文件内的类,交给Spring容器管理
spring.factories文件内数据的格式:key=value,value,value