Browse Source

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

Closes gh-28936
pull/29089/head
Stephane Nicoll 4 years ago
parent
commit
25a2888be5
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

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

Loading…
Cancel
Save