Skip to content

Commit

Permalink
[#84] chore: health/actuator yml 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyerinhwang-sailin committed Jul 17, 2024
1 parent 47b9938 commit 04897ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ spring:
activate:
on-profile: dev

management:
endpoint:
health:
show-details: always

datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: ${DEV_DB_URL}
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ spring:
activate:
on-profile: prod

management:
endpoint:
health:
show-details: always

datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: ${PROD_DB_URL}
Expand Down

0 comments on commit 04897ac

Please sign in to comment.