"description":"Create the required batch tables on startup if necessary. Enabled automatically\n if no custom table prefix is set or if a custom schema is configured.",
"deprecation":{
"replacement":"spring.batch.initialize-schema",
"level":"error"
}
},
{
{
"name":"spring.http.multipart.enabled",
"name":"spring.http.multipart.enabled",
"type":"java.lang.Boolean",
"type":"java.lang.Boolean",
@ -866,6 +875,15 @@
"reason":"Auto-configuration for Hibernate 4 is no longer provided.",
"reason":"Auto-configuration for Hibernate 4 is no longer provided.",
"level":"error"
"level":"error"
}
}
},
{
"name":"spring.session.jdbc.initializer.enabled",
"type":"java.lang.Boolean",
"description":"Create the required session tables on startup if necessary. Enabled\n automatically if the default table name is set or a custom schema is\n configured.",