文件名称:SpringLab.homework
文件大小:300KB
文件格式:ZIP
更新时间:2024-05-02 12:15:53
Java
### homework1 基于Spring_1 Intro和Core Annotation的配置以及Spring Dependency Injection 准备带有注释@Component的不同POJO类,将其放置在3个不同的程序包中: beans1(bean:BeanA,BeanB,BeanC),b。 beans2(beanie:RoseFlower,CatAnimal,NarcissusFlower),c。 beans3(bean:BeanD,BeanE,BeanF)。 创建2个配置文件@Configuration。 第一个@Configuration扫描bean1软件包中的组件。 第二个@Configuration扫描bean2中的所有组件,而bean3中仅选择BeanD和BeanF。 在一个单独的程序包中,创建带有注释@Component的垃圾箱OtherBean