Spring源码学习⑥-IOC小结

2019-04-14  本文已影响0人  曾慧婷

IOC容器涉及的知识点:

1、组件添加

    ①、@ComponetScan

    ②、@Bean

    ③、@Configuration

    ④、@Componet

    ⑤、@Service

    ⑥、@Controller

    ⑦、@Repository

    ⑧、@Conditionnal

    ⑨、@Primary

    ⑩、@Lazy

    ⑪、@Scope

    ⑫、@Import

            @ImportSelector

2、组件赋值

    ①、@Value

    ②、@Autowired

            @Qualifier

            @Primary

            @Resource

            @Inject

    ③、@PropertySource

    ④、@PropertySources

    ⑤、@Profile

            -Dspring.profiles.active=test

3、组件注入

    ①、属性@Autowired

    ②、方法参数注入

    ③、构造器注入

    ④、实现XXXAware接口注入

上一篇下一篇

猜你喜欢

热点阅读