2019-05-30 | UNLOCK

Spring常用注解

Java Config相关注解

  • @Configuration
  • @ImportResource
  • @ComponentScan
  • @Bean
  • @ConfigurationProperties

定义相关注解

  • @Component / @Repository / @Service
  • @Controller / @RestController
  • @RequestMapping

注入相关注解

  • @Autowired / @Qualifier / @Resource
  • @Value

评论加载中