Revert "Reapply "archive 삭제""

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