|
|
|
@ -230,6 +230,22 @@
|
|
|
|
|
"http://localhost:9200"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.freemarker.prefix",
|
|
|
|
|
"defaultValue": ""
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.freemarker.suffix",
|
|
|
|
|
"defaultValue": ".ftl"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.groovy.template.prefix",
|
|
|
|
|
"defaultValue": ""
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.groovy.template.suffix",
|
|
|
|
|
"defaultValue": ".tpl"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.http.encoding.enabled",
|
|
|
|
|
"type": "java.lang.Boolean",
|
|
|
|
@ -399,6 +415,14 @@
|
|
|
|
|
"description": "Enable SitePreferenceHandler.",
|
|
|
|
|
"defaultValue": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.mustache.prefix",
|
|
|
|
|
"defaultValue": "classpath:/templates/"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.mustache.suffix",
|
|
|
|
|
"defaultValue": ".html"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.mvc.favicon.enabled",
|
|
|
|
|
"type": "java.lang.Boolean",
|
|
|
|
@ -504,6 +528,14 @@
|
|
|
|
|
"type": "java.lang.Boolean",
|
|
|
|
|
"description": "Enable the connection status view for supported providers.",
|
|
|
|
|
"defaultValue": false
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.thymeleaf.prefix",
|
|
|
|
|
"defaultValue": "classpath:/templates/"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.thymeleaf.suffix",
|
|
|
|
|
"defaultValue": ".html"
|
|
|
|
|
}
|
|
|
|
|
],"hints": [
|
|
|
|
|
{
|
|
|
|
|