✅Test: 增加主启动类测试

This commit is contained in:
2025-10-18 10:45:34 +08:00
parent fc77a948db
commit 287c797f4a
@@ -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() {
}
}