SpringBoot里边没有Spring的配置值文件,需要自己编写,而且不能自动识别,要在主类加上@ImportResource注解,指定配置文件
测试
1.配置类======Spring配置文件
2.使用@Bean给容器添加组件