Skip to content

Commit

Permalink
chore: tomcat mbeanregistry 활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingyum-Kim committed Oct 23, 2024
1 parent 945a90e commit 190b133
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ management:
enabled: true
health:
show-details: always
server:
tomcat:
mbeanregistry:
enabled: true
4 changes: 4 additions & 0 deletions backend/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ management:
enabled: true
health:
show-details: always
server:
tomcat:
mbeanregistry:
enabled: true
4 changes: 4 additions & 0 deletions backend/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ management:
enabled: true
health:
show-details: always
server:
tomcat:
mbeanregistry:
enabled: true

0 comments on commit 190b133

Please sign in to comment.