gtsoft-snail-job-server/easy-retry-server/easy-retry-server-starter/src/main/resources/spring-configuration-metadata.json
byteblogs168 caae7f54ee feat:2.4.0
1. 调整包结构
2023-11-14 16:33:22 +08:00

19 lines
580 B
JSON

{
"groups": [
{
"name": "easy-retry",
"type": "com.aizuda.easy.retry.server.common.config.SystemProperties",
"sourceType": "com.aizuda.easy.retry.server.common.config.SystemProperties"
}
],
"properties": [
{
"name": "easy-retry.callback",
"type": "com.aizuda.easy.retry.server.common.config.SystemProperties$Callback",
"defaultValue": "30",
"description": "服务端的地址,若服务端集群部署则此处配置域名",
"sourceType": "com.aizuda.easy.retry.server.common.config.SystemProperties"
}
]
}