You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
730 B
JSON
24 lines
730 B
JSON
{
|
|
"groups": [
|
|
{
|
|
"name": "yudao.error-code",
|
|
"type": "cn.iocoder.yudao.framework.errorcode.config.ErrorCodeProperties",
|
|
"sourceType": "cn.iocoder.yudao.framework.errorcode.config.ErrorCodeProperties"
|
|
}
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "yudao.error-code.constants-class-list",
|
|
"type": "java.util.List<java.lang.String>",
|
|
"description": "错误码枚举类",
|
|
"sourceType": "cn.iocoder.yudao.framework.errorcode.config.ErrorCodeProperties"
|
|
},
|
|
{
|
|
"name": "yudao.error-code.enable",
|
|
"type": "java.lang.Boolean",
|
|
"description": "是否开启",
|
|
"sourceType": "cn.iocoder.yudao.framework.errorcode.config.ErrorCodeProperties"
|
|
}
|
|
],
|
|
"hints": []
|
|
} |