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] 추첨 로직 구현(#40) #43

Merged
merged 16 commits into from
Aug 9, 2024
Merged

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    b5bc84a View commit details
    Browse the repository at this point in the history
  2. [feat] path variable / query parameter 타입 불일치 예외 메시징 기능 구현(#40)

    spring MVC에서는 뷰를 생성할 때 message를 자동으로 주입해줬지만, api 서버로 사용할 때는 예외에 자동으로 주입해주지 않음. 따라서 messagesource를 주입받아 직접 변환. 좀 더 일관된 방식이 있다면 변경 예정
    blaxsior committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6788bb6 View commit details
    Browse the repository at this point in the history
  3. [feat] 추첨 이벤트 당첨 정보 bulk insert 기능 구현(#40)

    JPA로 추첨 이벤트 당첨 정보를 저장하기 위해서는 연관 객체인 EventUser를 객체로 가져와 연관 관계를 지정해야 하고, insertAll을 수행해도 단일 insert 여러번으로 처리된다. 이런 불필요한 작업을 제거하기 위해 JDBC Template 기반으로 bulk insert 기능을 구현한다.
    blaxsior committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6811ca0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9955a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e6bf5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    377554b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    341fd65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b619c00 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ecbc562 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    686994e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dacefdc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3e2d7a7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4007e44 View commit details
    Browse the repository at this point in the history
  14. [feat] 추첨 이벤트 점수 채점 + 추첨 서비스 구현(#40)

    차후 2개의 과정으로 분리할 수도 있음
    blaxsior committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    58a17f6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9e8bfa5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    26c2ae9 View commit details
    Browse the repository at this point in the history