gtsoft-snail-job-server/easy-retry-server/easy-retry-server-common/src/main/resources/spring-configuration-metadata.json

19 lines
589 B
JSON
Raw Normal View History

2023-09-18 23:30:15 +08:00
{
"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"
}
]
}