Skip to content
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

[feat] Rest Docs 적용 #73

Merged
merged 7 commits into from
Jan 19, 2024

Commits on Jan 19, 2024

  1. feat: Rest Docs 관련 설정

    - build.gradle 의존성 및 task 추가
    - custom snippet 추가
    linglong67 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d1b5b10 View commit details
    Browse the repository at this point in the history
  2. feat: Rest Docs 샘플 코드 작성 (java)

    - CommonCodeController 에 테스트용 api 추가
    - common 용도의 RestDocumentUtils 및 ControllerTest 파일 추가
    - 샘플용 CommonCodeControllerRestDocsTest 추가
    linglong67 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8105efb View commit details
    Browse the repository at this point in the history
  3. feat: Rest Docs - adoc 파일 추가

    - index.adoc 추가 (내부에 include 방식으로 다른 api adoc 추가함)
    - 샘플용 sample-api.adoc 추가
    linglong67 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8ec970a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf891da View commit details
    Browse the repository at this point in the history
  5. chore: .gitignore 내용 추가

    - Rest Docs로 생성된 html 파일 ignore 대상에 추가
    linglong67 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3ff0a61 View commit details
    Browse the repository at this point in the history
  6. chore: .gitignore 내용 추가 (수정..)

    - Rest Docs로 생성된 html 파일 ignore 대상에 추가
    - 잘못 올라간 module-api/.gitignore 파일은 삭제
    linglong67 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b1da48e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af72ded View commit details
    Browse the repository at this point in the history