TIL
오늘 배운 것
feat(auth): 사용자 엔티티 및 CRUD 구현
- User 엔티티 및 CRUD 로직 구현 (Controller, Service, Repository 추 가)
- GoalType Enum 추가
- HealthCondition 관련 기본 CRUD 구조 일부 추가
- 사용하지 않는 기존 건강 도메인 코드(HealthMetric, HealthSummary 등) 제거
- 음식 CRUD구현 pull 및 merge
- User(Controller, Repository, Service)Test.java 테스트코드 추
feat(common): exception 추가 구현
- common/exception/ErrorCode.enum 에 코드 추가
- common/exception/GlobalExceptionHandler.java 추가
- common/dto/ErrorResponse.java 에 코드 추가