Spring中的所有注解及其用途,区别比较
-
- 一、Spring MVC and Spring Bean Annotations
-
- 1.1 Spring Web MVC Annotations
- 1.2 The Spring @Controller and @RestController Annotations with Examples
- 1.3 Spring @RequestBody and @ResponseBody Annotations
- 1.4 Spring @GetMapping, @PostMapping, @PutMapping, @DeleteMapping and @PatchMapping
- 1.5 Spring @Component Annotation Example
- 1.6 Spring @Service Annotation
- 1.7 Spring @Repository Annotation
- 二、Spring DI and Bean Scopes Annotations
- 三、Annotation-based Container Configuration
- 四、Java-based Container Configuration Annotations
-
- 4.1 15 Spring Core Annotations
- 4.2 Spring Java Based Configuration Basics
- 4.3 Spring Java Based Configuration Example
- 4.4 Spring @Bean Annotation with Example
- 4.5 Spring @Configuration Annotation with Example
- 4.6 Spring @PropertySource Annotation with Example
- 4.7 Spring @Import Annotation with Example
- 4.8 Spring @ImportResource Annotation Example
- 4.9 Spring - @Lazy Annotation Example
- 五、Spring Scheduling Annotations
- 六、 Spring Data Annotations
- 七、Spring Boot Annotations