Spring-常用注解

spring注解驱动开发

IOC

组件注册

  • @Configuration
  • @ComponentScan
  • @Bean
  • @PropertySource
  • @Autowired
  • @Inject
  • @Resource

生命周期

  • @Bean(initMethod=”xxxx”,destoryMethod=”xxxx”)
  • @PostConstruct @PreDestory

Value赋值

  • @Value
  • @PropertySource

自动装配

  • @Autowired
  • @Inject
  • @Resource
  • @Primary

AOP

  • @Aspect
  • @EnableAspectJAutoProxy
    原文作者:Golphin
    原文地址: https://segmentfault.com/a/1190000020631850
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞