META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-toolkit-core Show documentation
Show all versions of rest-toolkit-core Show documentation
Rest toolkit core project for Spring Boot
{
"groups": [
{
"name": "nichetoolkit.rest.error",
"sourceType": "io.github.nichetoolkit.rest.configure.RestExceptionProperties",
"type": "io.github.nichetoolkit.rest.configure.RestExceptionProperties"
}
],
"properties": [
{
"name": "nichetoolkit.rest.error.console-log.rest-exception-enabled",
"type": "java.lang.Boolean",
"description": "rest exception enabled."
},
{
"name": "nichetoolkit.rest.error.console-log.common-exception-enabled",
"type": "java.lang.Boolean",
"description": "common exception enabled."
}
],
"hints": [
{
"name": "nichetoolkit.rest.error.console-log.rest-exception-enabled",
"values": [
{
"value": false,
"description": "rest exception enabled close."
},
{
"value": true,
"description": "rest exception enabled open."
}
]
},
{
"name": "nichetoolkit.rest.error.console-log.common-exception-enabled",
"values": [
{
"value": false,
"description": "common exception enabled close."
},
{
"value": true,
"description": "common exception enabled open."
}
]
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy