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

[4기 윤영운, 김별] Spring Boot JPA 게시판 구현 미션 제출합니다. #258

Open
wants to merge 18 commits into
base: 김별/윤영운
Choose a base branch
from

Commits on Aug 3, 2023

  1. git init

    byeolhaha committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    53a2006 View commit details
    Browse the repository at this point in the history
  2. git init packages

    byeolhaha committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ae776a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    140f343 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fabdb67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0465b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    72e7ea8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. 요구사항 반영

    - feat : restdoc 기능 구현
    - test : controllerTest 구현
    - refactor : findAllBy 관련 406 버그 수정
    byeolhaha committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    a187d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a61bed8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3f1e86 View commit details
    Browse the repository at this point in the history
  4. fix : conflict 해결

    byeolhaha committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    171a2e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9aeab27 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from byeolhaha/yw

    refactor: findPostAllByFilter메서드 join을 활용하는 방식으로 변경
    young970 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    0e70d21 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    26232b4 View commit details
    Browse the repository at this point in the history
  2. refactor

    - nullable에서 NotNull로 수정
    - post set 메서드 네임 변경
    - controller '@Valid' 어노테이션 추가하여 null 방지
    byeolhaha committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    613c8db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbb4744 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd3b4e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    93c70bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f93988 View commit details
    Browse the repository at this point in the history