Skip to content

Commit

Permalink
chore-be: actuator tomcat 쓰레드풀 endpoint 추가 (#799)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Leetaehoon <[email protected]>
  • Loading branch information
2 people authored and Chocochip101 committed Oct 11, 2024
1 parent 6311f81 commit 9f20c6d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ dataloader:
enable: true
server:
port: ${SERVER_PORT}
tomcat:
mbeanregistry:
enabled: true

management:
server:
Expand Down Expand Up @@ -221,6 +224,9 @@ dataloader:
enable: false
server:
port: ${SERVER_PORT}
tomcat:
mbeanregistry:
enabled: true

management:
server:
Expand Down Expand Up @@ -306,6 +312,9 @@ dataloader:
enable: false
server:
port: ${SERVER_PORT}
tomcat:
mbeanregistry:
enabled: true

management:
server:
Expand Down

0 comments on commit 9f20c6d

Please sign in to comment.