-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: KEEPER-RestDocs 1차 구현 * feat: keeper-restDocs 2차 구현 * fest: keeper-restDocs 1차 테스트 * feat: 코틀린 DSL을 활용한 Spring Rest Docs 1차 구현 * fix: NPE 발생하는 문제 해결 * feat: KEEPER-RestDocs 페이징 기능 추가 * fix: GET 메서드 뿐만 아니라 다른 메서드도 사용할 수 있도록 수정 * fix: Documentation 어노테이션을 활용해 documentName을 작성하도록 수정 * feat: content 기능 추가 및 isOptional 기능 구현 * feat: pathParameter 기능 추가 * feat: Rest Docs 클래스 분리 * feat: DocsRequestBuilder 구현 * feat: DocsResponseBuilder 구현 * feat: KEEPER Rest Docs DSL 3차 구현 완료 * fix: Path 파라미터를 넣을 수 있도록 수정 * feat: 페이지네이션 기능 추가 * feat: Path 파라미터 기능 추가 * feat: param 기능 추가 구현 * test: 기존 Spring Rest Docs 코드를 KEEPER Spring Rest Docs 코드로 수정 * chore: 파일 구조 변경 * fix: 페이지네이션을 사용하는 경우 content[] 스트링을 적지 않도록 수정 * chore: 페이지네이션 테스트 코드에서 content[]. String 제거 * fix: util 클래스 삭제 * test: 기존의 MeritControllerTest 코드를 KEEPER DSL로 변환 * chore: 주석 제거 * chore: 테스트 Spring Rest Docs 삭제
- Loading branch information
Showing
13 changed files
with
792 additions
and
43 deletions.
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
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
Oops, something went wrong.