Initial commit.

This commit is contained in:
Florian THIERRY
2025-09-18 16:57:59 +02:00
commit 076a224bcc
45 changed files with 1123 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
spring:
application:
name: reactor-app
datasource:
driverClassName: org.postgresql.Driver
url: jdbc:postgresql://localhost:51000/virtual_threads_test_db
username: virtual_threads_test_user
password: password
threads:
virtual:
enabled: true
server:
port: 52001