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

[Sprint#1] 프로젝트 기반 및 CI/CD 파이프라인 작성 #9

Merged
merged 25 commits into from
Jan 30, 2024
Merged

Commits on Jan 21, 2024

  1. [#1] feat: Initialize base project with Spring Security, global excep…

    …tion handling and DDD-based CRUD
    
    - 보안 강화를 위한 프로젝트 환경 설정 및 스프링 시큐리티 구성
    - 일관된 오류 관리를 위한 글로벌 예외 처리 구현
    - 데이터베이스 연결 설정
    - 유연성, 확장성 및 유지보수 편의성을 위해 DDD 패턴 기반의 기본 CRUD 작업 개발
    Starlight258 committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    b9d020f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge pull request #2 from Starlight258/feat/setup-foundation

    [Feat/#1] 프로젝트 기반 코드 개발
    Starlight258 authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    44ed478 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    77786e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3499655 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3068c57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa0d3b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f6e288 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b7c934 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77fc238 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21751f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90d8347 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    65a5049 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa9e5af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b7b697c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ad1d859 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a62ae89 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    72df53f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    ae847b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from FacerAin/feat/setup-cicd

    [Feat/#3] Sonarqube Github Action workflow 추가
    FacerAin authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e31fd35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c6a729 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. [#5] feat: Implement Docker support and switch H2 DB to file-based st…

    …orage
    
    - Created Dockerfile and docker-compose.yml for containerized deployment.
    - Changed H2 DB configuration from in-memory to file-based for persistent data storate in Docker environment.
    Starlight258 committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5066758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aae3fe View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    618dfe8 View commit details
    Browse the repository at this point in the history
  2. [#8] refactor: Use wildcard for JAR file in Dockerfile

    - Modified Dockerfile to use wildcard(*) for JAR file selection
    - Set JAR_PATH as an environment variable for use in CMD instruction
    Starlight258 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a5f1c3f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from Starlight258/feat/dockerizing

    [Feat/#1,5,6] 도커 환경 지원 및 H2 DB 파일 기반으로 전환
    FacerAin authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    37acd37 View commit details
    Browse the repository at this point in the history