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

[deploy] merge to main #8

Merged
merged 3 commits into from
Jul 8, 2024
Merged

[deploy] merge to main #8

merged 3 commits into from
Jul 8, 2024

Commits on Jul 1, 2024

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

Commits on Jul 5, 2024

  1. [refactor] #4 - 도메인형 디렉터리 구조 변경 및 local, dev, prod 운영 환경 분리 (#5)

    * [#4] fix: 클래스 첫글자 대문자로 수정
    
    * [#4] remove: enum 삭제
    
    * [#4] feat(BaseSuccessCode): 성공 상태 관리를 위한 인터페이스 생성
    
    * [#4] feat(BaseErrorCode): 에러 상태 관리를 위한 인터페이스 생성
    
    * [#4] refactor: global 패키지로 이동
    
    * [#4] refactor: 서버 운영 환경 분리
    hoonyworld authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9849b47 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. [feat] #6 - dev, prod Dockerfile 분리 및 github Action CI workflow 구현 (#7)

    * [#6] feat(Dockerfile): prod용 도커 파일 구현
    
    * [#6] feat(Dockerfile-dev): dev용 도커 파일 구현
    
    * [#6] feat(dev-CI.yml): dev용 CI workflow 구현
    
    * [#6] feat(prod-CI.yml): prod용 CI workflow 구현
    
    * [#6] chore(.gitignore): gradle-wrapper.jar 파일은 레포지토리에 포함되도록 설정
    
    * [#6] fix(gradle-wrapper.jar): .gitignore로 누락된 파일 추가
    
    * [#6] chore(build.grade): plain jar 생성 방지
    hoonyworld authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    726e9d5 View commit details
    Browse the repository at this point in the history