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常用注解的主要内容,如果未能解决你的问题,请参考以下文章