mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-15 21:53:46 +08:00
17 lines
331 B
Java
17 lines
331 B
Java
package cn.keking;
|
|
|
|
import org.junit.Test;
|
|
import org.junit.runner.RunWith;
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
import org.springframework.test.context.junit4.SpringRunner;
|
|
|
|
@RunWith(SpringRunner.class)
|
|
@SpringBootTest
|
|
public class FilePreviewApplicationTests {
|
|
|
|
@Test
|
|
public void contextLoads() {
|
|
}
|
|
|
|
}
|