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(Problem): 문제 상세 조회 API, 유사 문제 조회 API 구현 #62

Merged
merged 15 commits into from
Sep 3, 2024

Commits on Aug 10, 2024

  1. Refactor(*): StringBuilder 대신 String을 사용해 문자열 연결

    - jdk1.5부터 단순한 문자열의 연결 연산은 컴파일될 때 내부적으로 StringBuilder로 변환된다.
    - 따라서 Loop를 제외한 단순한 문자열 연결은 StringBuilder를 굳이 사용하지 않아도 된다.
    - https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000093250-Convert-StringBuilder-to-String-concatenation-suggestion
    morenow98 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a1cb386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03afeca View commit details
    Browse the repository at this point in the history
  3. Feat(*): 로그 레벨 다수 변경

    - 개발자가 의도한 400 등의 에러는 info 레벨로 조정
    - 의도하지 않은 Exception은 error 레벨로 유지
    morenow98 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    e0d1ee3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a27eb7b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    08e803e View commit details
    Browse the repository at this point in the history
  2. Feat(Problem): 유사 문제를 제공하는 기능 추가

    - AWS opensearch를 활용
    - 관련 의존성 및 환경 변수 추가
    - SimilarProblemId는 Redis를 활용한 캐싱 처리
    morenow98 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    34fa5da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c191c52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4e7360 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4118e7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bd068d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e13d08 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    b1b8bf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821f977 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df97d5e View commit details
    Browse the repository at this point in the history