Lower spring.sql.init.enabled's deprecation level to warning

See gh-26682
This commit is contained in:
Andy Wilkinson
2021-06-09 19:11:20 +01:00
parent de410b7621
commit 46d7999b1d

View File

@@ -1749,7 +1749,7 @@
"defaultValue": true,
"deprecation": {
"replacement": "spring.sql.init.mode",
"level": "error"
"level": "warning"
}
},
{