✅Test: 增加主启动类测试
This commit is contained in:
@@ -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() {
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user