Files
gr_report_java/lidee-tool/tool-spring-boot-starter-redis/target/classes/META-INF/spring-configuration-metadata.json

19 lines
526 B
JSON
Raw Normal View History

2026-02-02 23:21:53 +08:00
{
"groups": [
{
"name": "lideeyunji.cache",
"type": "com.lideeyunji.tool.framework.redis.config.CacheProperties",
"sourceType": "com.lideeyunji.tool.framework.redis.config.CacheProperties"
}
],
"properties": [
{
"name": "lideeyunji.cache.redis-scan-batch-size",
"type": "java.lang.Integer",
"description": "redis scan 一次返回数量",
"sourceType": "com.lideeyunji.tool.framework.redis.config.CacheProperties",
"defaultValue": 30
2026-02-02 23:21:53 +08:00
}
],
"hints": []
}