From 4f2a79007f161d6239a26f2bc493d69d93bf7831 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Tue, 27 Apr 2021 10:55:00 +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