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