From ef1a65d841727be78c1b5b2f3fa360cc93f59004 Mon Sep 17 00:00:00 2001 From: one Date: Fri, 1 Dec 2023 10:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E8=BD=A8=E8=BF=B9=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E7=BC=96=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/god/data/service/impl/RealTimeTrajectoryEvent.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/com/god/data/service/impl/RealTimeTrajectoryEvent.java b/src/main/java/com/god/data/service/impl/RealTimeTrajectoryEvent.java index 7d73dad..4c0ee96 100644 --- a/src/main/java/com/god/data/service/impl/RealTimeTrajectoryEvent.java +++ b/src/main/java/com/god/data/service/impl/RealTimeTrajectoryEvent.java @@ -1,13 +1,11 @@ package com.god.data.service.impl; -import com.alibaba.fastjson.JSON; import com.god.common.redis.service.RedisService; import com.god.data.common.domain.CarMessage; import com.god.data.service.EventService; import lombok.extern.log4j.Log4j2; import org.springframework.amqp.rabbit.core.RabbitTemplate; import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.data.redis.core.RedisTemplate; import org.springframework.stereotype.Service; import java.util.ArrayList;