gtsoft-snail-job-server/easy-retry-client/easy-retry-client-common/src/main/resources/spring-configuration-metadata.json
byteblogs168 0c37a35b7d feat:2.4.0
1. 完成客户端的调整
2023-11-14 16:33:23 +08:00

32 lines
1.1 KiB
JSON

{
"groups": [
{
"name": "easy-retry",
"type": "com.aizuda.easy.retry.client.common.config.EasyRetryProperties",
"sourceType": "com.aizuda.easy.retry.client.common.config.EasyRetryProperties"
},
{
"name": "easy-retry.server",
"sourceMethod": "getServer()",
"type": "com.aizuda.easy.retry.client.common.config.EasyRetryProperties$ServerConfig",
"sourceType": "com.aizuda.easy.retry.client.common.config.EasyRetryProperties"
}
],
"properties": [
{
"name": "easy-retry.server.host",
"type": "java.lang.String",
"defaultValue": "127.0.0.1",
"description": "服务端的地址,若服务端集群部署则此处配置域名",
"sourceType": "com.aizuda.easy.retry.client.common.config.EasyRetryProperties$ServerConfig"
},
{
"name": "easy-retry.server.port",
"type": "com.aizuda.easy.retry.client.common.config.EasyRetryProperties.ServerConfig",
"sourceType": "com.aizuda.easy.retry.client.common.config.EasyRetryProperties",
"description": "服务端netty的端口号",
"defaultValue": "1788"
}
]
}