Fix default value of spring.mvc.pathmatch.matching-strategy property

Closes gh-28936
This commit is contained in:
Stephane Nicoll 2021-12-09 10:45:21 +01:00
parent 3555837845
commit 25a2888be5

View File

@ -1631,7 +1631,7 @@
},
{
"name": "spring.mvc.pathmatch.matching-strategy",
"defaultValue": "ant-path-matcher"
"defaultValue": "path-pattern-parser"
},
{
"name": "spring.neo4j.security.trust-strategy",