쿼츠 블로그를 위해 대공사

This commit is contained in:
2026-04-08 13:07:41 +09:00
parent 123642831e
commit 1319881195
606 changed files with 50625 additions and 2 deletions
@@ -0,0 +1,7 @@
### **`ServiceImpl` (구현체)**
- `Service`에서 정의한 메서드를 **구현(Implementation)** 합니다.
- 실제 비즈니스 로직이 포함되며, **도메인 객체와 리포지토리를 사용**합니다.
- `@Service`를 붙여 **스프링 빈으로 등록**하는 경우가 많습니다.