From 27d341342925f11c19fb7a31da7050f5e9041319 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期四, 19 十月 2023 17:52:29 +0800 Subject: [PATCH] 新增数据分析模块 --- src/test/java/com/flightfeather/monitor/QianduanApplicationTests.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/test/java/com/flightfeather/monitor/QianduanApplicationTests.java b/src/test/java/com/flightfeather/monitor/QianduanApplicationTests.java index a5f6be2..f4b3a8e 100644 --- a/src/test/java/com/flightfeather/monitor/QianduanApplicationTests.java +++ b/src/test/java/com/flightfeather/monitor/QianduanApplicationTests.java @@ -1,6 +1,6 @@ package com.flightfeather.monitor; -import com.flightfeather.monitor.dustexceptionanalysis.database.DustRepository; +import com.flightfeather.monitor.analysis.database.DustRepository; import com.flightfeather.monitor.pojo.DustExceptionSetting; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; -- Gitblit v1.9.3