diff --git a/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc b/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc index 2b14c576c0..4b57037d98 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc @@ -35,7 +35,7 @@ categorized under either "`groups`" or "`properties`": { "name": "server.servlet-path", "type": "java.lang.String", - "sourceType": "org.springframework.boot.autoconfigure.web.ServerProperties" + "sourceType": "org.springframework.boot.autoconfigure.web.ServerProperties", "defaultValue": "/" } ...