META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
{
"groups": [],
"properties": [
{
"name": "opcal.cloud.web.servlet.request-id",
"type": "java.lang.Boolean",
"description": "Whether to enable setting servlet request id to header 'X-Request-Id'."
},
{
"name": "opcal.cloud.log.servlet.request-id",
"type": "java.lang.Boolean",
"description": "Whether to enable setting servlet request id as thread id for logging."
},
{
"name": "opcal.cloud.log.servlet.request",
"type": "java.lang.Boolean",
"description": "Whether to enable logging servlet request and response."
},
{
"name": "opcal.cloud.web.reactive.request-id",
"type": "java.lang.Boolean",
"description": "Whether to enable setting reactive request id to header 'X-Request-Id'."
},
{
"name": "opcal.cloud.log.reactive.request-id",
"type": "java.lang.Boolean",
"description": "Whether to enable setting reactive request id as thread id for logging."
},
{
"name": "opcal.cloud.log.reactive.request",
"type": "java.lang.Boolean",
"description": "Whether to enable logging reactive request and response."
}
]
}