From c4a7cbcd8a8828c08f00c253d843fa1c1e51de24 Mon Sep 17 00:00:00 2001 From: fangshunjian Date: Tue, 23 Mar 2021 12:47:46 +0800 Subject: feat: 初始化导入 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 项目初始化 --- .../net/geedge/confagent/ConfagentApplicationTests.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/test/java/net/geedge/confagent/ConfagentApplicationTests.java (limited to 'src/test/java/net/geedge/confagent/ConfagentApplicationTests.java') diff --git a/src/test/java/net/geedge/confagent/ConfagentApplicationTests.java b/src/test/java/net/geedge/confagent/ConfagentApplicationTests.java new file mode 100644 index 0000000..ab3a794 --- /dev/null +++ b/src/test/java/net/geedge/confagent/ConfagentApplicationTests.java @@ -0,0 +1,13 @@ +package net.geedge.confagent; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class ConfagentApplicationTests { + + @Test + void contextLoads() { + } + +} -- cgit v1.2.3