From 0a469b26f4bddb1962ce8f7e2b44e4ad10c72e6d Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期一, 23 三月 2026 15:12:53 +0800 Subject: [PATCH] 充电桩相关代码 --- 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