- springboot定时任务
- 表单验证
- JSON数据处理(数据本身而非转换本身)
- @Transactional(事务)
- 5 种常见的请求类型
- @Scope(作用域)
- 全局异常处理
- JPA注解
- @RequestParam、@RequestBody、@PathVariable、@RequestHeader、@CookieValue
- @Configuration、@Bean
- @Value、@ConfigurationProperties、@PropertySource
- @RequestMapping、@GetMapping、@PostMapping
- @AutoWired、@Qualifier、@Resource
- @ResponseBody
- @Component、@Service、@Controller、@Repository
- @SpringBootApplication