From 0f9fff2f41d16a32c3c95606ca192ad2c33b810e Mon Sep 17 00:00:00 2001 From: fangshunjian Date: Fri, 21 Jun 2024 11:00:58 +0800 Subject: 初始化项目 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/net/geedge/asw/AppSketchWorksApplicationTests.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/test/java/net/geedge/asw/AppSketchWorksApplicationTests.java (limited to 'src/test/java/net') diff --git a/src/test/java/net/geedge/asw/AppSketchWorksApplicationTests.java b/src/test/java/net/geedge/asw/AppSketchWorksApplicationTests.java new file mode 100644 index 0000000..14e16bc --- /dev/null +++ b/src/test/java/net/geedge/asw/AppSketchWorksApplicationTests.java @@ -0,0 +1,13 @@ +package net.geedge.asw; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class AppSketchWorksApplicationTests { + + @Test + void contextLoads() { + } + +} -- cgit v1.2.3