diff --git a/README.md b/README.md index e2edd8e..13266a9 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,2 @@ # v1-outing-service `v1-outing-service` 는 외출증 관련 서비스 입니다. - -## Components -### Presentation -- servicers (gRPC) -### Application -- services -- mapper -- decorator (Error handling) -### Domain -- entity (DTO) -- repository (interface) -- domain service (interface) - -### Infrastructure -- domain service (implements) -- repository (implements) -- model -- mapper -- extension -- exception -- util