Skip to content

Commit

Permalink
Fix default value of spring.mvc.pathmatch.matching-strategy property
Browse files Browse the repository at this point in the history
Closes gh-28936
  • Loading branch information
snicoll committed Dec 9, 2021
1 parent 3555837 commit 25a2888
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1631,7 +1631,7 @@
},
{
"name": "spring.mvc.pathmatch.matching-strategy",
"defaultValue": "ant-path-matcher"
"defaultValue": "path-pattern-parser"
},
{
"name": "spring.neo4j.security.trust-strategy",
Expand Down

0 comments on commit 25a2888

Please sign in to comment.