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

[MVC 구현하기 - 2,3단계] 토리(천은정) 미션 제출합니다. #632

Merged
merged 14 commits into from
Sep 26, 2023

Commits on Sep 16, 2023

  1. refactor: AnnotationHandlerMapping 리팩토링

    - initialize 내부 메소드 가독성을 위해 for문 대신 stream 사용
    - RequestMapping 어노테이션의 method을 배열로 가져오도록 변경
    ezzanzzan committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    473e87c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

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

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    1f93760 View commit details
    Browse the repository at this point in the history
  2. chore: 빌드 파일 수정

    ezzanzzan committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    614c5c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41d69a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe88839 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18be389 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13eed19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    334cfe2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    073989e View commit details
    Browse the repository at this point in the history
  9. feat: UserController 추가

    ezzanzzan committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    27dd1c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    6eb5507 View commit details
    Browse the repository at this point in the history
  2. refactor: JsonView class 리팩터링

    - model에 데이터가 1개면 값을 그대로 반환, 2개 이상이면 Map 형태 그대로 JSON으로 변환해서 반환하도록 수정
    ezzanzzan committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    cf2e62f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a565be8 View commit details
    Browse the repository at this point in the history