-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5기 최정은, 권효승] Spring Boot JPA 게시판 구현 미션 제출합니다. #275
Closed
Closed
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
6027063
init: init project
hyoguoo b223165
config: yaml 파일 데이터베이스 연결 설정
hyoguoo 63b5c68
feat: BaseEntity 추가
hyoguoo b923f63
feat: User Entity 추가
hyoguoo 8fd8a61
feat: Post Entity 추가
hyoguoo e2e231b
feat: Entity가 생성 시, 생성/수정 시간 자동 설정
JeongeunChoi bd6a35d
feat: 엔터티 setter 삭제 및 builder 설정
JeongeunChoi 46d5028
feat: Post, User Repository 추가
JeongeunChoi 65b60c6
feat: 게시글 생성 서비스 로직 추가
JeongeunChoi 190bae6
feat: 게시글 페이지 조회 및 특정 게시글 조회 서비스 로직 추가
JeongeunChoi 33aa13b
feat: 게시글 수정 서비스 로직 추가
JeongeunChoi b59bdb8
feat: 게시글 관련 Rest API 추가
JeongeunChoi f4fb87a
chore: 실행을 위한 임시 값 수정
JeongeunChoi 51da029
feat: BaseEntity Getter 추가
hyoguoo 10217c9
chore: 코드 복구
hyoguoo 3b68d6c
feat: Post 조회 Response 추가
hyoguoo 2ed642c
feat: User 조회 Response 추가
hyoguoo b449a6e
mod: Post 도메인 그대로 노출되는 것 변경(PostResponse 적용)
hyoguoo 44117f5
feat: 성공 메시지 클래스 추가
JeongeunChoi edfb18a
feat: ResponseEntity 적용
JeongeunChoi 8a7334e
feat: User, Post 커스텀 예외 메시지 및 클래스 생성
JeongeunChoi 94151db
feat: User, Post 커스텀 예외 적용
JeongeunChoi 1921dc3
feat: 예외 처리 컨트롤러 어드바이스 추가
JeongeunChoi 1a9c44d
mod: Post fetch join 적용
JeongeunChoi a98c640
config: database default user insert 쿼리 추가
hyoguoo f793dec
feat: Post Controller API 통합 테스트 추가
hyoguoo ad00ca4
chore: restdocs adoc 파일 설정
JeongeunChoi 9d47d3f
feat: PostControllerTest restdocs 추가
JeongeunChoi 4becb69
feat: 요청 및 응답값 prettyPrint 설정
hyoguoo 0f3fae6
feat: RestDocs request/response fields 추가
hyoguoo 6aaabf5
feat: 에러 발생 시 로깅 추가
hyoguoo e31ae94
feat: 전체 Exception 대상 Handler 추가
hyoguoo e1621ed
feat: Cursor 기반 Post 리스트 조회 구현
hyoguoo 2781796
mod: Cursor 기반 조회 시 Slice 타입으로 변경
hyoguoo 7226a2a
feat: User isSameName 메서드 구현 및 적용
hyoguoo 6ba889b
chore: code reformat 적용
hyoguoo 5be79c1
mod: RequestMapping 제거
hyoguoo fb847a5
mod: RequestMapping 제거 및 SuccessMessage 제네릭 적용
hyoguoo c4f934b
mod: 알 수 없는 에러 발생 시 상세 에러 정보 반환하지 않도록 변경
hyoguoo eeb45ff
chore: 게시글 생성 메서드 Transational 어노테이션 적용
hyoguoo 6232a38
mod: Post 리스트 조회 시 Pageable 객체 대신 필요한 값만 받도록 변경 및 Post 리스트 조회 Respons…
hyoguoo f1cbbe7
mod: 업데이트 시간 애플리케이션 레벨에서 관리되도록 수정
hyoguoo 6d5d2f5
feat: postType ColumnName 명시 추가
hyoguoo de7046e
fix: 정렬 옵션 제거
hyoguoo c6a8683
fix: PagesResponse 명세로 변경
hyoguoo 88c16dd
mod: Post 리스트 조회 시 Slice 객체 대신 필요한 값만 받도록 변경 및 Post 리스트 조회 Response 적용
JeongeunChoi c4ab0e0
chore: 코드 리포멧
hyoguoo 245af97
mod: @EnableJpaAuditing 제거
JeongeunChoi 680e343
refactor: List 조회 Response DTO 제네릭 클래스로 변경
hyoguoo dfc083b
feat: User 엔티티 age 값 객체 생성 및 검증 로직 추가
hyoguoo 6d76b2f
chore: 불필요한 Rest Docs 관련 그래들 설정 삭제
JeongeunChoi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나중에는 error 값을 별도로 [클라이언트 - 서버] 간 정의하여 사용해보는걸 추천해요 👍
그 이유는 클라이언트에서 별도 정의된 코드 기반으로 핸들링할 수 있는 장점이 있을 것 같아요 👍