常用注解
如果有人问我在项目中使用的比较多的注解是什么,我想应该不能只说一些基础的,所以从今天开始记录一下遇到的一些比较非常见的注解。
基础注解
- @Service
- @Controller
- @RestController
- @Component
- @Resource
- @Autowired
- @Configuration
- @Bean
- @Value
扩展注解
- @ConfigurationProperties("api-gateway")
- @EnableConfigurationProperties(GatewayServiceProperties.class)