This commit is contained in:
Andy Wilkinson
2023-09-27 19:26:18 +01:00
parent 4a3901149b
commit 6fb252b00c

View File

@@ -1554,6 +1554,10 @@
"name": "spring.jersey.type",
"defaultValue": "servlet"
},
{
"name": "spring.jmx.registration-policy",
"defaultValue": "fail-on-existing"
},
{
"name": "spring.jpa.hibernate.use-new-id-generator-mappings",
"type": "java.lang.Boolean",
@@ -1563,10 +1567,6 @@
"reason": "Hibernate no longer supports disabling the use of new ID generator mappings."
}
},
{
"name": "spring.jmx.registration-policy",
"defaultValue": "fail-on-existing"
},
{
"name": "spring.jpa.open-in-view",
"defaultValue": true