Improve configuration keys documentation

This commit is contained in:
Stephane Nicoll
2015-05-26 17:26:01 +02:00
parent 4ec519fd08
commit ab55331863
3 changed files with 45 additions and 0 deletions

View File

@@ -1,4 +1,10 @@
{"properties": [
{
"name": "multipart.enabled",
"type": "java.lang.Boolean",
"description": "Enable support of multi-part uploads.",
"defaultValue": true
},
{
"name": "spring.aop.auto",
"type": "java.lang.Boolean",
@@ -99,6 +105,12 @@
"description": "Enable SitePreferenceHandler.",
"defaultValue": true
},
{
"name": "spring.mvc.favicon.enabled",
"type": "java.lang.Boolean",
"description": "Enable resolution of favicon.ico.",
"defaultValue": true
},
{
"name": "spring.rabbitmq.dynamic",
"type": "java.lang.Boolean",