From 3cc903cd3192e353ffeb532bacdb3605b26e4b5c Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期二, 24 二月 2026 08:02:11 +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