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 |
31 |
Tags
- 자바스크립트
- Linux_명령어정리
- Git_명령어정리
- git
- CSS
- workbench
- vb.net
- jsp
- 인스턴스
- DML
- JavaScript
- SQL
- java
- Spring_오류정리
- Spring_에러정리
- Git_정리
- 배열
- json
- 자바
- SQL_용어정리
- github
- 아파치톰캣
- spring
- MySQL
- asp.net
- Linux
- 이클립스
- 인덱스
- HTML
- 다이어그램
Archives
- Today
- Total
목록Spring/Spring: Annotation 정리 (1)
데브마우스
[Spring:Annotation] context:component-scan 요소가 자동으로 인식하는 annotation 정리
servlet-context.xml이나 root-context.xml에서 요소가 자동으로 인식하는 annotation입니다. context:component-scan 요소가 자동으로 인식하는 애너테이션 Annotation 설명 @Component 특별히 역할 구분 없이 Component라고 알려 주는 역할을 합니다. @Repository DB 작업 관련 Component를 의미합니다. @Service 서비스 관련 Component를 의미합니다. @Controller MVC 컨트롤러 Component를 의미합니다. @Required 필수 프로퍼티임을 명시하는 데 사용합니다. @Autowired 클래스의 전역 변수에 객체를 채울 때 사용합니다. @Inject 특정 프레임워크에 종속되지 않는 자바의 표준화된 ..
Spring/Spring: Annotation 정리
2024. 1. 16. 19:00