From 287c797f4ab9bcdc940f80b5bc8e655ff341754a Mon Sep 17 00:00:00 2001 From: Wonder Date: Sat, 18 Oct 2025 10:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=20=E2=9C=85Test:=20=E5=A2=9E=E5=8A=A0=E4=B8=BB?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E7=B1=BB=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/hezhaohui/thumb/ApplicationTest.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/test/java/cn/hezhaohui/thumb/ApplicationTest.java diff --git a/src/test/java/cn/hezhaohui/thumb/ApplicationTest.java b/src/test/java/cn/hezhaohui/thumb/ApplicationTest.java new file mode 100644 index 0000000..9be4315 --- /dev/null +++ b/src/test/java/cn/hezhaohui/thumb/ApplicationTest.java @@ -0,0 +1,12 @@ +package cn.hezhaohui.thumb; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class ApplicationTest { + + @Test + void contextLoads() { + } +} \ No newline at end of file