Spring当中的常用注解

常用注解

如果有人问我在项目中使用的比较多的注解是什么,我想应该不能只说一些基础的,所以从今天开始记录一下遇到的一些比较非常见的注解。

基础注解

  • @Service
  • @Controller
  • @RestController
  • @Component
  • @Resource
  • @Autowired
  • @Configuration
  • @Bean
  • @Value

扩展注解

  • @ConfigurationProperties("api-gateway")
  • @EnableConfigurationProperties(GatewayServiceProperties.class)
posted @ 2022-11-26 14:33  azxx  阅读(17)  评论(0编辑  收藏  举报