Fix default value of spring.mvc.pathmatch.matching-strategy property
Closes gh-28936
This commit is contained in:
@@ -1631,7 +1631,7 @@
|
||||
},
|
||||
{
|
||||
"name": "spring.mvc.pathmatch.matching-strategy",
|
||||
"defaultValue": "ant-path-matcher"
|
||||
"defaultValue": "path-pattern-parser"
|
||||
},
|
||||
{
|
||||
"name": "spring.neo4j.security.trust-strategy",
|
||||
|
||||
Reference in New Issue
Block a user