summaryrefslogtreecommitdiff
path: root/src/test/java/net/geedge/asw
diff options
context:
space:
mode:
authorfangshunjian <[email protected]>2024-06-21 11:00:58 +0800
committerfangshunjian <[email protected]>2024-06-21 11:00:58 +0800
commit0f9fff2f41d16a32c3c95606ca192ad2c33b810e (patch)
tree3fb53ec3cd9103d2bde87b53a2bc25fc6dacd207 /src/test/java/net/geedge/asw
初始化项目HEADmain
Diffstat (limited to 'src/test/java/net/geedge/asw')
-rw-r--r--src/test/java/net/geedge/asw/AppSketchWorksApplicationTests.java13
1 files changed, 13 insertions, 0 deletions
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() {
+ }
+
+}