Skip to content

Latest commit

 

History

History
69 lines (60 loc) · 2.84 KB

README.md

File metadata and controls

69 lines (60 loc) · 2.84 KB

HDmedi_Server

1  표지 시연영상 시연영상 (1) 시연영상_2 시연영상_3 백엔드 내용 백엔드 내용 (1)


Code Convention 🍃

HDmedi_Server 팀의 코드 컨벤션


Git Convention 🍃

HDmedi_Server 팀의 깃 컨벤션


Architecture ✨

Architecture

Foldering 📂

📂 src
┣ 📂 main.java.com.kusithm.hdmedi_server
┃  ┣ 📂 domain
┃  ┃  ┣ 📂 sample
┃  ┃     ┣ 📂 controller
┃  ┃     ┣ 📂 dto
┃  ┃     ┃  ┣ 📂 request
┃  ┃     ┃  ┣ 📂 response
┃  ┃     ┣ 📂 service
┃  ┃     ┣ 📂 domain
┃  ┃     ┣ 📂 repository
┃  ┣ 📂 global
┃  ┃  ┣ 📂 common
┃  ┃  ┃  ┣ BaseResponse.class
┃  ┃  ┃  ┣ SuccessCode.class
┃  ┃  ┃  ┣ BaseEntity.class
┃  ┃  ┣ 📂 config
┃  ┃  ┃  ┣ 📂 auth
┃  ┃  ┃  ┣ 📂 jwt
┃  ┃  ┣ 📂 error
┃  ┃     ┣ 📂 dto
┃  ┃     ┃  ┣ ErrorBaseResponse.class
┃  ┃     ┣ 📂 exception
┃  ┃     ┃  ┣ BusinessException.class
┃  ┃     ┃  ┣ ConflictException.class
┃  ┃     ┃  ┣ EntityNotFoundException.class
┃  ┃     ┃  ┣ ErrorCode.class
┃  ┃     ┃  ┣ ForbiddenException.class
┃  ┃     ┃  ┣ InvalidValueException.class
┃  ┃     ┃  ┣ UnauthorizedException.class
┃  ┃     ┣ 📂 handler
┃  ┃        ┣ GlobalExceptionHandler.class
┃  ┣ 📂 infra
┃     ┣ 📂 smtp
┣ 📂 resources
┃  ┣ 📂 templates
┃  ┣ application.yml
┃  ┣ messages_ko_KR.properties
┣ HDmediServerApplication.class