Blame view

backend/file-preview/fileView-server/src/test/java/cn/keking/ServerMainTests.java 196 Bytes
8d73e917   陈威   初始化提交
1
2
3
4
5
6
7
8
9
10
11
12
13
package cn.keking;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
 class ServerMainTests {

	@Test
	 void contextLoads() {
	}

}