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기 - 김민희] SpringBoot Part3 WeeklyMission 제출합니다. #867

Open
wants to merge 27 commits into
base: KimMinheee/week01
Choose a base branch
from

Commits on Jul 27, 2023

  1. [Feat] : build.gradle 의존성 추가

    - mapStruct
    - spring-boot-starter-seb
    KimMinheee committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c3ede23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58b7672 View commit details
    Browse the repository at this point in the history
  3. [Feat] : 기존 에러메시지 -> ErrorCode로 수정

    - ErrorCode 내에서 관리하도록 수정
    KimMinheee committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ac57590 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fc14eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0994f2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f372e31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae7edeb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ba6d1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d463a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48125fd View commit details
    Browse the repository at this point in the history
  11. [Feat] : Voucher 도메인 layer 별로 dto 구분

    - Mapper 사용
    - Controller Dto @Valid로 유효성 확인
    KimMinheee committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3cd95ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    845c28c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b21a1c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. [Feat] : 기존 Member 도메인 id 변수명 수정

    - memberUUID -> memberId로 변경
    KimMinheee committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7d85b6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f990fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f1e443 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    503e7d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a250699 View commit details
    Browse the repository at this point in the history
  6. [Refactor] : BaseTimeEntity 구현

    - created_at 필드 구현
    KimMinheee committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    f4fdb1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98797c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    09b519e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb5fd7e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c5bd26 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. [Feat] : 테스트 db sql문 수정

    - created_at 컬럼 추가
    KimMinheee committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    8597271 View commit details
    Browse the repository at this point in the history
  2. [Refactor] : DiscountValue 생성시 validate 확인 메소드 수정

    - 매개변수로 value 값 전달받도록 수정
    KimMinheee committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    7d99b66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9777fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1d69a3 View commit details
    Browse the repository at this point in the history