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

[#13] application.yml 설정 및 health check api 구현 #14

Merged
merged 7 commits into from
Mar 4, 2024
Merged

Conversation

Enble
Copy link
Contributor

@Enble Enble commented Mar 4, 2024

📄 Summary

  • application.yml 설정
  • Dockerfile 수정
  • health check api 구현

🕰️ Actual Time of Completion

  • 1시간

🙋🏻 More

Enble added 6 commits March 4, 2024 16:50
local 프로필에서는 h2 데이터베이스를 사용하도록 설정.
localhost:8080/h2 접속 시 h2 console 접속 가능.
ddl-auto는 create로 설정.
"도메인/api/health"로 요청할 경우 200 & "OK" 반환.
mysql 관련 설정 수행했습니다.
@Enble Enble added 🌱 기능추가 새로운 기능 요청입니다 🔨 리팩터링 개선사항입니다 labels Mar 4, 2024
@Enble Enble requested a review from minsang-alt March 4, 2024 08:33
@Enble Enble self-assigned this Mar 4, 2024
@Enble Enble linked an issue Mar 4, 2024 that may be closed by this pull request
Copy link

github-actions bot commented Mar 4, 2024

Unit Test Results

1 tests   1 ✔️  0s ⏱️
1 suites  0 💤
1 files    0

Results for commit a366af8.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@minsang-alt minsang-alt left a comment

Choose a reason for hiding this comment

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

LGTM

@Enble Enble changed the title application.yml 설정 및 health check api 구현 [#13] application.yml 설정 및 health check api 구현 Mar 4, 2024
show_sql, format_sql, use_sql_comments 제거
@Enble Enble merged commit 147b222 into main Mar 4, 2024
3 checks passed
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.

H2 설정 및 heal check 구현
2 participants