组件注解相关
- @Component
- @Controller,@RestController
- @Service
- @Repository
以上四个经常和@ComponentScan注解一起使用,@Autowired
自定义配置,读取配置文件相关
- @Configuration
- @EnableAutoConfiguration
- @Bean
- @Configurationproperties
- @EnableConfigurationProperties
- @Value
请求拦截和请求参数获取相关
- @RequestMapping
- @RequestParam
- @PathVariable
- @RequestBody
- @RequestHeader
- @CookieValue
- @SessionAttributes
Mybatis扫描Mapper文件
- @MapperScan
类加载条件相关
- @Conditional*系列
异步处理
- @Async
- @EnableAsync
事务
- @Transactional
Quartz定时器
- @Schedule
- @DisallowConcurrentExecution