【spring】注解梳理

参考:https://www.baeldung.com/tag/spring-annotations/   按不同维度介绍了注解

>> Spring Conditional Annotations

>> AliasFor Annotation in Spring

>> Spring @EntityScan vs. @ComponentScan

>> Spring @Component Annotation

>> Where Should the Spring @Service Annotation Be Kept?

>> Difference Between @ComponentScan and @EnableAutoConfiguration in Spring Boot

>> Differences in @Valid and @Validated Annotations in Spring

>> Guide to @DynamicPropertySource in Spring

>> The Spring @ConditionalOnProperty Annotation

>> Spring @RequestParam vs @PathVariable Annotations

>> Spring @Import Annotation

>> Testing Spring Boot @ConfigurationProperties

>> Guide to @SpringBootConfiguration in Spring Boot

>> The Spring @Qualifier Annotation

>> Guide to @EnableConfigurationProperties

>> Spring @RequestParam Annotation

>> Spring Null-Safety Annotations

>> Spring @Primary Annotation

>> @Component vs @Repository and @Service in Spring

>> Controlling Bean Creation Order with @DependsOn Annotation


>> Spring Core Annotations

>> Spring Web Annotations

>> Spring Boot Annotations

>> Spring Data Annotations

>> @Lookup Annotation in Spring

>> The Spring @Controller and @RestController Annotations

>> A Quick Guide to the Spring @Lazy Annotation

>> The SpringJUnitConfig and SpringJUnitWebConfig Annotations in Spring 5

>> Spring 5 Testing with @EnabledIf Annotation

>> Spring’s RequestBody and ResponseBody Annotations

>> Quick Guide to the Spring @Enable Annotations

>> Guide to @ConfigurationProperties in Spring Boot

>> A Quick Guide to Spring @Value

>> Implementing a Custom Spring AOP Annotation

>> The @ServletComponentScan Annotation in Spring Boot

>> Spring @RequestMapping New Shortcut Annotations

>> Spring MVC and the @ModelAttribute Annotation

>> Spring Bean Annotations

>> A Spring Custom Annotation for a Better DAO

>> Spring Data MongoDB – Indexes, Annotations and Converters

 


 

原文地址:https://www.cnblogs.com/clarino/p/10841978.html