{ "groups": [ { "name": "schbrain.web", "type": "com.schbrain.common.web.properties.WebProperties", "sourceType": "com.schbrain.common.web.properties.WebProperties" } ], "properties": [ { "name": "schbrain.web.authentication-variable-name", "type": "java.lang.String", "description": "authenticationVariableName for login auth", "sourceType": "com.schbrain.common.web.properties.WebProperties", "defaultValue": "token" }, { "name": "schbrain.web.enable-global-exception-handler", "type": "java.lang.Boolean", "description": "whether to enable the global exception handing", "sourceType": "com.schbrain.common.web.properties.WebProperties", "defaultValue": true }, { "name": "schbrain.web.enable-request-logging", "type": "java.lang.Boolean", "description": "whether to enable the request logging", "sourceType": "com.schbrain.common.web.properties.WebProperties", "defaultValue": true }, { "name": "schbrain.web.encoding", "type": "java.lang.String", "description": "encoding for request\/response", "sourceType": "com.schbrain.common.web.properties.WebProperties" }, { "name": "schbrain.web.wrap-response", "type": "java.lang.Boolean", "description": "whether to enable the response wrap", "sourceType": "com.schbrain.common.web.properties.WebProperties", "defaultValue": true } ], "hints": [] }