gtsoft-snail-job-server/easy-retry-server/easy-retry-server-common/src/main/resources/spring-configuration-metadata.json
byteblogs168 2183d16c15 feat:2.4.0
1. 调整包结构
2024-01-31 21:56:50 +08:00

19 lines
589 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$Callback"
}
]
}