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

[Backend] hotfix : DB 와 모듈화 수정 #43

Merged
merged 2 commits into from
Mar 8, 2024

Commits on Mar 5, 2024

  1. fix : 클린코드

    큰 메소드들 분리하기
    
     Repository에서 Optional으로 null Check 대신 따로 예외처리 조건문 사용하기
    https://www.baeldung.com/java-optional
    
     api url 중복 -> yml prefix 설정
    
     서비스와 서비스 impl 분리
    Service와 ServiceImpl 분리 이유 : 참고글 1 , 참고글 2
    Dayon-Hong committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    254bf60 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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