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

[BE] feat: 무중단 배포 구축, 헬스체크 API 추가 #683

Merged
merged 9 commits into from
Oct 22, 2024

Conversation

takoyakimchi
Copy link
Contributor

이슈

개발 사항

  • 무중단 배포 구축
  • 포트 번호를 반환하는 헬스체크 API 추가
  • dev 환경에서 actuator 비활성화
  • 다중 프로세스에서 H2 datasource를 사용할 수 있도록 수정

Copy link
Contributor

@J-I-H-O J-I-H-O left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍

Comment on lines -37 to +22
url: jdbc:h2:file:/home/ubuntu/h2_test_data
url: jdbc:h2:file:/home/ubuntu/h2_test_data;AUTO_SERVER=true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

예리했따

Copy link

Test Results

217 tests   217 ✅  42s ⏱️
 45 suites    0 💤
 45 files      0 ❌

Results for commit 197b9ba.

@ehtjsv2 ehtjsv2 merged commit 4affbe9 into develop Oct 22, 2024
3 checks passed
@takoyakimchi takoyakimchi deleted the test/dev-cd branch November 4, 2024 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dev 서버에서 무중단 배포 구현
4 participants