에임에서의 기록 백업

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