1)丶包扫描+组件标注注解(@Controller / @Service / @Repository /@Component )[自己写的类,方便加上注解,用上包扫描]
2)丶@Bean[导入的第三方包里面的组件]
3) 丶@Import[快速给容器中导入一个组件]
@Import({Red.class,Yellow.class,MyInportSelect.class,MyImportBeanDefinitionRegistrar.class})
导入成功