練習(xí)IOC
1.創(chuàng)建Java項(xiàng)目
2.導(dǎo)入jar包
3.創(chuàng)建Spring配置文件
4.創(chuàng)建HelloWorld接口并聲明sayHello方法
5.實(shí)現(xiàn)接口战授、重寫(xiě)方法
6.在配置文件中配置實(shí)現(xiàn)類
7.創(chuàng)建測(cè)試類
練習(xí)DI
1.創(chuàng)建Java項(xiàng)目
2.導(dǎo)入jar包
3.創(chuàng)建Spring配置文件
4.創(chuàng)建需要被注入的類和注入的類的接口和實(shí)現(xiàn)類(構(gòu)造器注入\屬性注入)
5.在配置文件中配置
6.創(chuàng)建測(cè)試類
練習(xí)AOP
1.創(chuàng)建Java項(xiàng)目
2.導(dǎo)入jar包
3.創(chuàng)建Spring配置文件
4.創(chuàng)建切點(diǎn)類和切面類
5.在配置文件中配置
6.創(chuàng)建測(cè)試類