派生自 pfms_20210718_old

Jayden
2021-07-18 7df57dc07b6edd9446f5f53ee0a8ad6d7e6363a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package cn.org.xinke;
 
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 EasyFsApplicationTests {
 
    @Test
    public void contextLoads() {
    }
 
}