-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Refactor] 프로젝트명 변경 #11
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제 환경에서도 잘 돌아가는거 확인했습니다! 수고하셨어요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
정상적으로 실행되는 것 확인했습니다! 고생하셨습니다~~~!
앗 머지전에 feat/2-initial-setup 브랜치 Pull 한 번 부탁드릴게요! |
* feat: ✨initial setup * [Feat] test container 환경 적용 (#3) * chore: TestContainers 의존성 추가 * chore: Testcontainers MySQL 데이터소스 및 Hibernate 설정 추가 * chore: MySQL Testcontainer 설정 추가 * test: 테스트 환경용 @activeprofiles("test") 추가 * test: 테스트 전용 SpringApplication 구성 및 TestcontainersConfig 추가 * chore: test 환경 ddl-auto 수정 * chore: EOL 추가 * [Feat] security config 설정 (#6) * chore: Spring Security 의존성 추가 * chore: Spring Security 설정 init * chore: Spring Security 설정 수정 불필요한 swagger 설정 제거 및 default filter 위치 수정 * chore: private 메서드 코드 컨벤션 적용 * chore: HealthCheck 라우터 추가 * chore: 불필요한 swagger security 제거 * [Feat] DB 세팅 및 배포 플로우 자동화 기본 작업 (#5) * feat: resource 환경변수 .env 활용 & DB RDS MySQL Datasource JPA & Docker 컨테이너화 및 로컬 빌드 테스트용 compose 파일 생성 * feat: Dev 이미지 빌드 및 ECR 업로드 후, EC2 자동 배포 GitAction 플로우 생성 * test: GitAction 배포 테스트 * feat: Devlopment 자동배포 workflow 테스트 완료 * fix: EOL (맨 밑 개행) 추가안된 파일 수정 * [Feat] swagger config setup (#8) * chore: Swagger 의존성 추가 * chore: Swagger 설정 init * feat: 현재 Spring Profile을 반환하는 유틸리티 * feat: 환경 상수 정의 추가 * feat: URL 상수 정의 추가 * chore: 환경별 Swagger 설정 * feat: 헬스 체크 API 문서화 적용 * feat: 헬스 체크 API 추가 * refac: 첫줄 공백 추가 (컨벤션) * chore: private 메서드 코드 컨벤션 적용 및 EOL 추가 * chore: 프로필 상태 util 클래스명 변경 SpringEnvironmentUtil -> ProfileResolver * chore: JWT Authorization Bearer 추가 * refac: EnvironmentConstants enum 제거 * [Feat] 전역적 예외 및 핸들러 추가 (#4) * feat: 전역적 예외 및 핸들러 추가 * refactor: 500 서버 에러 코드 추가 * feat: 에러 응답에 code 필드를 포함하도록 변경 * feat: ErrorResponse 필드 보완 및 유효성 검사 실패 에러 응답 추가 * feat: 공통 성공 응답 클래스 정의 * refactor: 예외 및 성공 응답 반환 공통 로직 추출 * feat: 서버 에러 응답 구체화 * feat: 성공 응답시 다양한 status 응답할 수 있도록 변경 * feat: 유효성 예외 발생 시 상태코드 400 반환 * feat: 유효하지 않은 API 경로 예외 핸들러 추가 * [Feat] 테스트 통합 환경 구축 (#9) * chore: Testcontainers의 JDBC URL 인식 설정 * refac: test 환경 변수 추가 * test: 테스트 통합 환경 구축 * test: Health Check 통합 테스트 추가 * refac: EOL 해결 * chore: datasource 관련 설정들을 모두 제거 TestcontainersConfig 파일 기준의 이미지로 Test 환경을 구축을 위함 * chore: amd64 호환성 경고 해결 * chore: application dev 파일 수정 * chore: dialect 중복 제거 * fix: test시 swagger config 오류 해결 * chore: IntegrationTest와 ControllerTest 분리 IntegrationTest -> RestAssured ControllerTest -> MockMVC * test: HealthCheck IntegrationTest, ControllerTest * refac: EOL 해결 * [Feat] Private RDS 로컬 EC2 인스턴스 터널링 작업 (#10) * feat: 로컬 환경에서 Private RDS 터널링 셋업 * chore: 불필요한 annotation 제거 및 변수명 수정 * [Refactor] 프로젝트명 변경 (#11) * refactor: 프로젝트명 변경 및 코드 스타일 통일 * docs: README 프로젝트명 변경 * refactor: 불필요한 설정 필드 제거 * refactor: 머지된 클래스에 대해 프로젝트명 변경 * refactor: 불필요한 설정 필드 제거 * [Feat] GitAction CI workflow 구현 (#13) * test: ci gitaction workflow * test: use v4 artifact * feat: gitaction 자동 CI flow 구현 * feat: CODEOWNERS 추가 * refactor: @ignore -> @disabled junit5에서 @ignore이 deprecated 되었으므로 변경 * chore: PR 크기 라벨링 전체PR 작업 기준으로 작동하도록 변경 --------- Co-authored-by: 나경호 <[email protected]> Co-authored-by: SCY <[email protected]>
issue #2
💻 수정 사항
프로젝트명을 변경하였습니다.
로컬 환경 돌려보고, 테스트 통과하는 것까지 확인 완료하였습니다!☺️
각자 환경에서도 한 번 더 확인 부탁드립니다