-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/15 Setting Database #18
base: develop
Are you sure you want to change the base?
Conversation
- separated environment-specific configurations into application-dev.yml, application-test.yml, application-prod.yml. - configured flyway for database migrations for production environment.
Test Results1 tests 1 ✅ 0s ⏱️ Results for commit 00c6038. ♻️ This comment has been updated with latest results. |
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.
고생하셨습니다!
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.
확인이 늦어서 죄송합니다
수고하셨습니다!
연관된 이슈
#15
작업 내용
: 운영(prod) 환경에서 데이터베이스 스키마 마이그레이션을 위해 Flyway를 도입했습니다.
1차 배포전까지 빠른 개발을 위해 JPA의 ddl-auto: update를 사용하고, Flyway를 비활성화한 상태입니다.(현재 미사용, 설정파일만 존재)
체크 리스트
리뷰 요구사항 (선택)
각자 로컬에서 root 폴더(최상위 폴더)에
.env
파일을 추가해야 합니다. 해당 파일은 노션 팀 페이지에 추가해놓았습니다.closes #15