spring常用注解

Posted ENU

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring常用注解相关的知识,希望对你有一定的参考价值。

1.

@Controller

@Service

@Repository 

@Component

2.

@Value 

@Autowired 

@Qualifier

@Resource

3.

@Scope

@PostConstruct 

@PreDestroy

4.

@Aspect

@Before

@AfterReturning

@Around

@AfterThrowing

@After

@Pointcut 

5.

@RequestMapping

@GetMapping

@PostMapping

@ResponseBody

@RequestBody

@RequestParam

@PathVariable

@RequestHeader

@CookieValue

@ModelAttribute

@SessionAttributes

6.

@SpringBootApplication

@RestController

@ComponentScan

@PropertySource

@ConfigurationProperties

 

以上是关于spring常用注解的主要内容,如果未能解决你的问题,请参考以下文章

spring常用注解

spring常用注解作用与常用接口与后置处理器

Spring注解

Spring常用注解介绍经典总结

spring常用注解

jackson常用注解和spring中的配置