Skip to content

Commit

Permalink
Enable Java virtual (green) threads as default
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Jul 1, 2024
1 parent af8a186 commit 51408d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
spring:
flyway:
locations: "classpath:db/migration/{vendor}"
locations: "classpath:db/migration/{vendor}"

threads:
virtual:
enabled: on

0 comments on commit 51408d8

Please sign in to comment.