@@ -14,6 +14,9 @@ import lombok.extern.slf4j.Slf4j;
import java.io.File;
+/***
+ * 将本地的车牌图片、车牌号缓存到数据中心
+ */
@Slf4j
public class HandlerCarImage extends Task {
private CaptureFactory captureFactory=SpringUtil.getBean(CaptureFactory.class);
@@ -96,6 +96,5 @@ public class StartupRunner implements CommandLineRunner {
ApplicationConfigDTO configDTO = result.toBean(ApplicationConfigDTO.class);
eventBus.setEventDTOList(configDTO.getConfig().getEventList().getEvent());
- DeviceCache.add("channelCode",channelCode);
}