From 7172ccd65e0a21e1cef844aa7fbdce68ffde7f64 Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Tue, 16 Jan 2024 13:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 41 ++++++++++++++++--- .../com/njcn/influx/utils/InstantUtil.java | 1 - 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index a276485..7b801f7 100644 --- a/pom.xml +++ b/pom.xml @@ -9,12 +9,12 @@ nexus-releases Nexus Release Repository - http://192.168.1.13:8001/nexus/content/repositories/releases/ + http://192.168.1.22:8001/nexus/content/repositories/releases/ nexus-snapshots Nexus Snapshot Repository - http://192.168.1.13:8001/nexus/content/repositories/snapshots/ + http://192.168.1.22:8001/nexus/content/repositories/snapshots/ influxdb-springboot-starter @@ -36,10 +36,22 @@ + + + + + + - com.njcn - common-core - 1.0.0 + org.projectlombok + lombok + 1.18.18 + + + + cn.hutool + hutool-all + 5.8.11 org.springframework.boot @@ -47,6 +59,25 @@ true ${configuration-processor.version} + + org.springframework.boot + spring-boot-starter-json + + + org.apache.logging.log4j + log4j-to-slf4j + + + ${configuration-processor.version} + + + + org.springframework.boot + spring-boot-starter-actuator + ${configuration-processor.version} + + + org.springframework.boot spring-boot-autoconfigure diff --git a/src/main/java/com/njcn/influx/utils/InstantUtil.java b/src/main/java/com/njcn/influx/utils/InstantUtil.java index 61da284..40d4c26 100644 --- a/src/main/java/com/njcn/influx/utils/InstantUtil.java +++ b/src/main/java/com/njcn/influx/utils/InstantUtil.java @@ -1,7 +1,6 @@ package com.njcn.influx.utils; import cn.hutool.core.date.DatePattern; -import com.njcn.common.pojo.exception.BusinessException; import java.time.Instant; import java.time.LocalDateTime;