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/spring.factories | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/component/component-Influxdb/src/main/resources/META-INF/spring.factories b/component/component-Influxdb/src/main/resources/META-INF/spring.factories index 4273c8f..d09d697 100644 --- a/component/component-Influxdb/src/main/resources/META-INF/spring.factories +++ b/component/component-Influxdb/src/main/resources/META-INF/spring.factories @@ -1,2 +1 @@ -com.zy.influxdb.service.InfluxDBService - +org.springframework.boot.autoconfigure.EnableAutoConfiguration=com.zy.component.influxdb.service.InfluxDBService -- Gitblit v1.9.1