注解
- @Aspect
- @Async
- @Autowired, @Primary, @Qualifier 的区别
- @Bean
- @Component
- @ComponentScan
- @Conditional
- @ConfigurationProperties
- @DependsOn
- @EnableConfigurationProperties
- @Import
- @Lazy
- @ProperSource
- @Scope
- @Transactional
- @Value
- Controller 层注解
扩展类
- Spring Framwork
- HandlerMethodArgumentResolver
- RequestContextHolder- 获取当前请求的 request
- 如何写好一个 Spring 组件