From 23182f2c951df5fa55e70e30ff70ddaf91199a2e Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期四, 05 二月 2026 15:57:58 +0800
Subject: [PATCH] 1
---
component/component-Influxdb/src/main/resources/META-INF/additional-spring-configuration-metadata.json | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/component/component-Influxdb/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/component/component-Influxdb/src/main/resources/META-INF/additional-spring-configuration-metadata.json
new file mode 100644
index 0000000..878690e
--- /dev/null
+++ b/component/component-Influxdb/src/main/resources/META-INF/additional-spring-configuration-metadata.json
@@ -0,0 +1,10 @@
+{
+ "properties": [
+ {
+ "name": "influxdb3.enabled",
+ "type": "java.lang.Boolean",
+ "description": "Enables influxdb functionality.",
+ "defaultValue": "true"
+ }
+ ]
+}
\ No newline at end of file
--
Gitblit v1.9.1