Move spring.http.* config properties namespace

Closes gh-18827
This commit is contained in:
Brian Clozel
2020-01-14 10:45:31 +01:00
parent 7f6b01c3d2
commit 711391cf2f
15 changed files with 300 additions and 205 deletions

View File

@@ -36,7 +36,7 @@ def generateConfigMetadataDocumentation() {
.withKeyPrefixes("server")
.addSection("web")
.withKeyPrefixes("spring.hateoas",
"spring.http", "spring.servlet", "spring.jersey",
"spring.servlet", "spring.jersey",
"spring.mvc", "spring.resources", "spring.webflux")
.addSection("json")
.withKeyPrefixes("spring.jackson", "spring.gson")