-
Notifications
You must be signed in to change notification settings - Fork 0
[FEAT]: 프로덕션 프로파일 추가 등 #53
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
Conversation
- CI에서 Artifact를 업로드 - PR 머지 시, 성공한 PR의 해시값으로부터 워크플로우 id를 추출 - 이를 기반으로 artifact 탐색 및 다운로드 후 빌드 시도
- 추가 (1) 세션 관리 등 * org.springframework.boot:spring-boot-starter-data-redis * org.springframework.session:spring-session-data-redis (2) 헬스 체크 * org.springframework.boot:spring-boot-starter-actuator (3) 데이터베이스 마이그레이션 * org.flywaydb:flyway-core:11.11.2 * org.flywaydb:flyway-database-postgresql:11.11.2
(1) 추가 - redis, session 자동 구성 제외 - .env 파일 상의 값을 참조할 수 있도록 수정 - flyway 관련 설정 추가 (prod 에서 활성화) - open-in-view 옵션 추가 - cookie 설정 시 domain 명시적으로 지정하도록 수정 - forward-headers-strategy 명시 - custom 링크 추가
- 개발 환경 (.env.local에서 시작) - 운영 환경 (.env.production) - .dockerignore 수정
simount3
left a comment
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.
고생하셨습니다
johnbosco0414
left a comment
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.
고생하셨습니다!
lcs9317
left a comment
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.
좋습니다 고생하셨습니다
제목 규칙 자세히 보기
[TYPE]: 제목FEATFIXREFACTORCOMMENTSTYLETESTCHOREINIT무엇을 / 왜
무엇(What)
왜(Why)
빌드 속도를 단축시키고자 했습니다.
의존성 추가
resource - application 설정 파일 수정
application.yml
prod.yml
.env.local 및 .env.production 추가
.env.local과.env.production에 업데이트를 해주셔야 합니다.위 사유들로 인해 자바 코드에 수정이 적용되었습니다.
@EnableCaching어노테이션 추가어떻게(요약) — 3줄 이내
영향 범위
체크리스트
ToDo (선택)
스크린샷/증빙(선택)
이슈 연결 (자동)
Closes #54