mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-10-24 01:39:08 +08:00
更新 spring-boot 到最新的 v2.4.2 版本
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
package cn.keking;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.junit4.SpringRunner;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest
|
||||
public class ServerMainTests {
|
||||
class ServerMainTests {
|
||||
|
||||
@Test
|
||||
public void contextLoads() {
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user