Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SERVER PR
🖤 Related Issue
🐕 과제 구현 명세
✅ 기본 과제
아래의 요구사항에 맞게, 세미나 때 실습 과제 진행 했습니다.
Post 데이터 형식 정의 & 각 필요한 Dto 정의
게시물 생성 실습
게시물 조회 (Path Variable) 1번 아이디의 게시물 조회
게시물 검색 (Query Parameter) 해당 제목의 게시물 검색
게시물 조회 API와 검색 API에서 예외 케이스까지 처리했습니다.
id 값으로 게시물 조회 시, 기존에 데이터를 저장하는 ArrayList의 크기보다 큰 id를 요청했을 때 에러 처리
GET /post/2
로 요청을 보냈을 경우)제목 값으로 게시물 검색 시, 해당 제목을 가진 게시물이 저장되어 있지 않은 경우 요청 분기 처리
✅ 심화 과제
✅ 생각 과제
🐥 이런 점이 새로웠어요 / 어려웠어요