Skip to content

Commit 25a2888

Browse files
committed
Fix default value of spring.mvc.pathmatch.matching-strategy property
Closes gh-28936
1 parent 3555837 commit 25a2888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@
16311631
},
16321632
{
16331633
"name": "spring.mvc.pathmatch.matching-strategy",
1634-
"defaultValue": "ant-path-matcher"
1634+
"defaultValue": "path-pattern-parser"
16351635
},
16361636
{
16371637
"name": "spring.neo4j.security.trust-strategy",

0 commit comments

Comments
 (0)