This commit is contained in:
Stephane Nicoll 2015-06-24 11:12:42 +02:00
parent fe57101076
commit 117d6b0da3
1 changed files with 1 additions and 1 deletions

View File

@ -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": "/"
}
...