Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- mybatis
- response
- java
- spring boot
- SQL
- 객체지향프로그래밍
- request
- OOP
- exception
- RestControllerAdvice
- Spring Security
- 스프링부트
- Spring
- 트랜잭션
- Redis
- 디자인패턴
- http
- 인터셉터
- 스프링
- aspect
- MYSQL
- proxy pattern
- aop
- Filter
- 스프링 시큐리티
- git
- 관점지향프로그래밍
- network
- 자바
- Interceptor
Archives
- Today
- Total
목록Meta Annotation (1)
장쫄깃 기술블로그

들어가며 Spring 에서는 Annotation 사용에 대한 기능을 많이 제공하고 있다. @Controller, @Service, @Component, @Repository 등 많은 Annotation이 존재한다. 해당 Annotation은 각 기능에 필요한 만큼 많은 기능을 내포하고 있으며, 이러한 내용을 잘 알지 못해도 필요한 기능만 쉽게 사용할 수 있도록 제공되어지고 있다. 하지만 이러한 Annotation에 대해 불필요한 내용이 포함되거나 새롭게 필요한 내용이 있는 경우 Custom을 하기도 한다. 그 중 주로 사용되는 @Target과 @Retention에 대해 알아보도록 하겠다. Meta-Annotation meta-annotation은 다른 annotation 에서도 사용되는 annotatio..
Spring Framework/Spring Boot
2022. 6. 26. 02:02