gtsoft-snail-job-server/easy-retry-client-core/src/main/resources/spring-configuration-metadata.json
www.byteblogs.com 9d2c4e3e83 feat: 1.1.0
1. 优化配置参数
2023-05-01 03:16:01 -12:00

31 lines
1.1 KiB
JSON

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