Skip to content

Commit

Permalink
enabling virtual threads
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 committed Jan 8, 2025
1 parent 5c114ee commit d437a02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ spring:
name: ${artifactId}
version: ${version}
jmx.enabled: true
threads:
virtual:
enabled: "\${VIRTUAL_THREADS_ENABLED:true}"

management:
endpoint:
health:
Expand All @@ -15,4 +19,3 @@ management:
exposure.include: "*"
web:
exposure.include: info, health
app:

0 comments on commit d437a02

Please sign in to comment.