32 lines
1.1 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|