Separate R2DBC and JDBC database initialization

Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
This commit is contained in:
Andy Wilkinson
2025-03-14 17:42:06 +00:00
committed by Phillip Webb
parent 5ac2ad6c11
commit 4cdfa2eecc
25 changed files with 392 additions and 216 deletions

View File

@@ -327,6 +327,16 @@
"messages"
]
},
{
"name": "spring.sql.init.enabled",
"type": "java.lang.Boolean",
"description": "Whether basic script-based initialization of an SQL database is enabled.",
"defaultValue": true,
"deprecation": {
"replacement": "spring.sql.init.mode",
"level": "warning"
}
},
{
"name": "spring.threads.virtual.enabled",
"type": "java.lang.Boolean",