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
- Partition
- 파티셔닝
- node.js
- node.js란
- localStorage
- Node.js기본
- frontend
- mariadb
- ServerSentEvent
- 성장기
- Lag
- partitioning
- 열공하자
- SSE
- PostgreSQL
- 개발자
- EventSource
- 실시간알림
Archives
- Today
- Total
써치킴의 우당탕탕 개발 블로그
[Spring Framework] Bean 등록 Annotation 본문
-
@Component
- 빈 태그와 동일한 역할 DAO
-
@Repository
-
퍼시스턴츠 레이어(data 저장/조회/변경/삭제를 다루는 레이어)
-
영속성을 가지는 속성(파일. DB)를 가지는 클래스 DAO
-
-
@Service
- 비즈니스 로직을 가지는 클래스 Impl
-
@Controller
- 웹 요청과 응답을 처리하는 클래스 Controller
'Spring Framework' 카테고리의 다른 글
[Spring Framework] Interceptor (0) | 2022.05.16 |
---|---|
[Spring Framework] Bean 의존주입 Annotation (0) | 2022.05.16 |
[Spring Framework] Bean Scan (0) | 2022.05.16 |
[Spring Framework] MyBatis (0) | 2022.05.16 |
[Spring Framework] MVC(모델-뷰-컨트롤러) 패턴 (0) | 2022.05.16 |
Comments