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

[5기 - 홍지인] SpringBoot Part3 Weekly Mission 제출합니다. #963

Open
wants to merge 90 commits into
base: JIN-076/week3
Choose a base branch
from

Commits on Oct 14, 2023

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

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    ace60ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    549a095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    161141f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e55402f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0f3a9a View commit details
    Browse the repository at this point in the history
  6. feature: service 레이어와 controller 레이어 간의 요청과 응답 전달을 위한 requestDto, res…

    …ponseDto 추가, csv 파일 간의 데이터 전달을 위한 Dto 추가
    JIN-076 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4a919e2 View commit details
    Browse the repository at this point in the history
  7. feature: 명령어와 VoucherType에 따른 생성 로직과 조회 로직을 Service 레이어에게 호출하는 Vouche…

    …rController 추가, console로 입력받은 discount 값의 유효성을 검증하는 validateHandler 인터페이스와 타입별 구현체 추가
    JIN-076 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d30cf51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6c30fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa6b869 View commit details
    Browse the repository at this point in the history
  10. feature: voucher 저장 로직과 조회 로직을 갖는 인메모리 저장소의 VoucherRepository 구현체 추가,…

    … 동시성 제어를 위한 concurrentHashMap 타입의 저장소 사용
    JIN-076 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c7a01a2 View commit details
    Browse the repository at this point in the history
  11. feature: controller 요청을 처리하고 repository 레이어로 요청을 전달하는 Service 클래스 추가,…

    … 입력받은 정보의 유효성이 검증되었을 때만 repository에게 요청을 전달하도록 하는 로직 추가
    JIN-076 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5e94739 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb9555f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8a93031 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    39005b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a8fc358 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b36e226 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5545978 View commit details
    Browse the repository at this point in the history
  18. feature: 명령어 타입을 규정하는 commandType Enum 클래스 추가, commandLineRunner를 이용한…

    … command-line-application 구현, 명령어에 따라 적절한 controller에게 요청을 전달하는 로직 추가
    JIN-076 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    326a64f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a5ced0d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    15a8d59 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    079c3b8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0034a75 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ce5ab48 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dc49448 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    82a06c5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b461235 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    35e8151 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8ae75a3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    03b9506 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    714f720 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b38e324 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    dbd9118 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d8fbddb View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2ea82f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    ce5be87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe63dac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    038c6e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04cad26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e85f430 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3583061 View commit details
    Browse the repository at this point in the history
  7. update : FileVoucherRepository 테스트에서 TestVoucherService와 TestFileVouc…

    …herRepository에 대해 @component 추가, 생성자 자동 주입 변경, 필요없는 필드 제거
    JIN-076 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f86d4e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    4414530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    268873d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    6be15f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4903a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3001cfd View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    e9e2d15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b28f1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e5dfd View commit details
    Browse the repository at this point in the history
  4. feat: 의존성 추가

    JIN-076 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    20ebe21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    854a5ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9cd31f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f516bdf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4446edb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e39a1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d17ec4a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c655ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    abcf986 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    78b5c81 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1f28a80 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b7c5571 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a2a3473 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3237166 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e0eb63e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8516979 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b1780ba View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f4a37d0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    60ef32c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1251ce6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    70a100c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    99c3e50 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    145ce53 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    31297c0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8fed624 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1bc56bf View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7a1d2bc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6369e89 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    051959d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    78c3389 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1d8a597 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    30b4549 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    34ffcff View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0856fd6 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7072f49 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    818a941 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    45d1d84 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ebcf698 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3efc2b6 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    47fd1bf View commit details
    Browse the repository at this point in the history