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;