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,3 @@
서비스는 **비즈니스 로직**을 담당하는 클래스입니다.
데이터베이스와 상호작용하거나 외부 API를 호출하는 등의 로직을 처리하며, 컨트롤러와 상호작용합니다.
서비스는 **의존성 주입**을 통해 다른 서비스나 리포지토리 등을 주입받습니다.