-
Notifications
You must be signed in to change notification settings - Fork 2
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
Commits on Jan 21, 2024
-
[#1] feat: Initialize base project with Spring Security, global excep…
…tion handling and DDD-based CRUD - 보안 강화를 위한 프로젝트 환경 설정 및 스프링 시큐리티 구성 - 일관된 오류 관리를 위한 글로벌 예외 처리 구현 - 데이터베이스 연결 설정 - 유연성, 확장성 및 유지보수 편의성을 위해 DDD 패턴 기반의 기본 CRUD 작업 개발
Configuration menu - View commit details
-
Copy full SHA for b9d020f - Browse repository at this point
Copy the full SHA b9d020fView commit details
Commits on Jan 22, 2024
-
Merge pull request #2 from Starlight258/feat/setup-foundation
[Feat/#1] 프로젝트 기반 코드 개발
Configuration menu - View commit details
-
Copy full SHA for 44ed478 - Browse repository at this point
Copy the full SHA 44ed478View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77786e5 - Browse repository at this point
Copy the full SHA 77786e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3499655 - Browse repository at this point
Copy the full SHA 3499655View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3068c57 - Browse repository at this point
Copy the full SHA 3068c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa0d3b0 - Browse repository at this point
Copy the full SHA fa0d3b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f6e288 - Browse repository at this point
Copy the full SHA 7f6e288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b7c934 - Browse repository at this point
Copy the full SHA 9b7c934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77fc238 - Browse repository at this point
Copy the full SHA 77fc238View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21751f3 - Browse repository at this point
Copy the full SHA 21751f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d8347 - Browse repository at this point
Copy the full SHA 90d8347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65a5049 - Browse repository at this point
Copy the full SHA 65a5049View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9e5af - Browse repository at this point
Copy the full SHA aa9e5afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b697c - Browse repository at this point
Copy the full SHA b7b697cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1d859 - Browse repository at this point
Copy the full SHA ad1d859View commit details -
Configuration menu - View commit details
-
Copy full SHA for a62ae89 - Browse repository at this point
Copy the full SHA a62ae89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72df53f - Browse repository at this point
Copy the full SHA 72df53fView commit details
Commits on Jan 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae847b4 - Browse repository at this point
Copy the full SHA ae847b4View commit details -
Merge pull request #4 from FacerAin/feat/setup-cicd
[Feat/#3] Sonarqube Github Action workflow 추가
Configuration menu - View commit details
-
Copy full SHA for e31fd35 - Browse repository at this point
Copy the full SHA e31fd35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c6a729 - Browse repository at this point
Copy the full SHA 1c6a729View commit details
Commits on Jan 29, 2024
-
[#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.
Configuration menu - View commit details
-
Copy full SHA for 5066758 - Browse repository at this point
Copy the full SHA 5066758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aae3fe - Browse repository at this point
Copy the full SHA 5aae3feView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 618dfe8 - Browse repository at this point
Copy the full SHA 618dfe8View commit details -
[#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
Configuration menu - View commit details
-
Copy full SHA for a5f1c3f - Browse repository at this point
Copy the full SHA a5f1c3fView commit details -
Merge pull request #8 from Starlight258/feat/dockerizing
[Feat/#1,5,6] 도커 환경 지원 및 H2 DB 파일 기반으로 전환
Configuration menu - View commit details
-
Copy full SHA for 37acd37 - Browse repository at this point
Copy the full SHA 37acd37View commit details