From d9b8699e9978c6f9d74c5e87ac663e4b9476c1cf Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Sun, 25 Apr 2021 16:56:30 +0800
Subject: [PATCH] 历史监控 插件化

---
 src/test/java/com/hbbh/adapter/AdapterApplicationTests.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/test/java/com/hbbh/adapter/AdapterApplicationTests.java b/src/test/java/com/hbbh/adapter/AdapterApplicationTests.java
index 068b7c0..ee7190d 100644
--- a/src/test/java/com/hbbh/adapter/AdapterApplicationTests.java
+++ b/src/test/java/com/hbbh/adapter/AdapterApplicationTests.java
@@ -3,11 +3,12 @@
 import org.junit.jupiter.api.Test;
 import org.springframework.boot.test.context.SpringBootTest;
 
-@SpringBootTest
+/*@SpringBootTest
+@Deprecated
 class AdapterApplicationTests {
 
     @Test
     void contextLoads() {
     }
 
-}
+}*/

--
Gitblit v1.9.1