Revert "archive 삭제"

This reverts commit 973af1937e.
This commit is contained in:
2026-04-09 10:17:21 +09:00
parent 3ff1886267
commit 69ab355bb9
245 changed files with 3799 additions and 0 deletions
@@ -0,0 +1,7 @@
### **`ServiceImpl` (구현체)**
- `Service`에서 정의한 메서드를 **구현(Implementation)** 합니다.
- 실제 비즈니스 로직이 포함되며, **도메인 객체와 리포지토리를 사용**합니다.
- `@Service`를 붙여 **스프링 빈으로 등록**하는 경우가 많습니다.