Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 245 Bytes

File metadata and controls

18 lines (12 loc) · 245 Bytes

Spring Boot API 서버 개발

Entity

  • DB와 직접 매핑되는 객체. 깔끔하게 유지하자

Repository

  • Sping Data JPA

Dto

  • Validation

Service

Controller

  • Validation

Exception Handling

  • ControllerAdvise