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 4ead01c commit 2372515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ spring:
name: ${artifactId}
version: ${version}
jmx.enabled: true
threads:
virtual:
enabled: "\${VIRTUAL_THREADS_ENABLED:true}"
data:
pu:
jdbc-url: "jdbc:postgresql://\${PU_DB_HOST}:\${PU_DB_PORT:5432}/\${PU_DB_NAME:dbname}"
Expand Down

0 comments on commit 2372515

Please sign in to comment.