mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
0a34c76a82
- .gitignore:显式放行全部 maven-*、scripts、dev-support、frontend、反1、artifacts、历史导出目录 - 新增跟踪:device-manager/device-sdk/legacy-public、davinci-manager、cwos-*、cwos-resource 等源码与附属资源 - davinci FileStorageManagerImpl:Feign Response 关闭、绝对 URL 拉流 SSRF 校验(协议/主机/解析地址) - davinci OuterCallFeignClient:补充契约说明 - cwos-common-aks AksConstant:final 类 + 私有构造防误实例化 - device-manager DeviceConstant:沿用 DEFAULT_APPLICATIONID 拼写修正 Made-with: Cursor
58 lines
2.0 KiB
JSON
58 lines
2.0 KiB
JSON
{
|
|
"hints": [],
|
|
"groups": [
|
|
{
|
|
"sourceType": "cn.cloudwalk.event.autoconfig.EventProperties",
|
|
"name": "cloudwalk.event",
|
|
"type": "cn.cloudwalk.event.autoconfig.EventProperties"
|
|
},
|
|
{
|
|
"sourceType": "cn.cloudwalk.event.autoconfig.EventProperties",
|
|
"name": "cloudwalk.event.handler-executor-config",
|
|
"sourceMethod": "getHandlerExecutorConfig()",
|
|
"type": "cn.cloudwalk.event.autoconfig.EventProperties$HandlerExecutorConfig"
|
|
}
|
|
],
|
|
"properties": [
|
|
{
|
|
"sourceType": "cn.cloudwalk.event.autoconfig.EventProperties",
|
|
"name": "cloudwalk.event.bootstrap-servers",
|
|
"description": "服务器地址",
|
|
"type": "java.lang.String"
|
|
},
|
|
{
|
|
"sourceType": "cn.cloudwalk.event.autoconfig.EventProperties",
|
|
"name": "cloudwalk.event.fetch-data-worker-number",
|
|
"description": "获取数据的工作线程数",
|
|
"type": "java.lang.Integer"
|
|
},
|
|
{
|
|
"sourceType": "cn.cloudwalk.event.autoconfig.EventProperties",
|
|
"name": "cloudwalk.event.group-id",
|
|
"description": "组ID",
|
|
"type": "java.lang.String"
|
|
},
|
|
{
|
|
"sourceType": "cn.cloudwalk.event.autoconfig.EventProperties$HandlerExecutorConfig",
|
|
"name": "cloudwalk.event.handler-executor-config.core-pool-size",
|
|
"type": "java.lang.Integer"
|
|
},
|
|
{
|
|
"sourceType": "cn.cloudwalk.event.autoconfig.EventProperties$HandlerExecutorConfig",
|
|
"name": "cloudwalk.event.handler-executor-config.maximum-pool-size",
|
|
"type": "java.lang.Integer"
|
|
},
|
|
{
|
|
"sourceType": "cn.cloudwalk.event.autoconfig.EventProperties",
|
|
"name": "cloudwalk.event.listener-class",
|
|
"description": "组与EventListener对应关系",
|
|
"type": "java.util.Map<java.lang.String,java.lang.String>"
|
|
},
|
|
{
|
|
"sourceType": "cn.cloudwalk.event.autoconfig.EventProperties",
|
|
"name": "cloudwalk.event.worker-name-prefix",
|
|
"description": "工作线程名字前缀",
|
|
"type": "java.lang.String"
|
|
}
|
|
]
|
|
} |