From d35e2accdca4b3762359231f4fe479c9538b6f6f Mon Sep 17 00:00:00 2001 From: zhang <zc857179121@qq.com> Date: 星期四, 05 二月 2026 14:03:31 +0800 Subject: [PATCH] 1 --- component/component-Influxdb/src/main/java/com/zy/component/influxdb/properties/InfluxDBProperties.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/component/component-Influxdb/src/main/java/com/zy/influxdb/config/InfluxDBProperties.java b/component/component-Influxdb/src/main/java/com/zy/component/influxdb/properties/InfluxDBProperties.java similarity index 89% rename from component/component-Influxdb/src/main/java/com/zy/influxdb/config/InfluxDBProperties.java rename to component/component-Influxdb/src/main/java/com/zy/component/influxdb/properties/InfluxDBProperties.java index 18f3259..5c0c693 100644 --- a/component/component-Influxdb/src/main/java/com/zy/influxdb/config/InfluxDBProperties.java +++ b/component/component-Influxdb/src/main/java/com/zy/component/influxdb/properties/InfluxDBProperties.java @@ -1,4 +1,4 @@ -package com.zy.influxdb.config; +package com.zy.component.influxdb.properties; import lombok.Data; import org.springframework.boot.context.properties.ConfigurationProperties; -- Gitblit v1.9.1