Reapply "archive 삭제"

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