派生自 pfms_20210718_old

RenJie_AliYun
2021-07-18 4ffcf44400d2f0e9bbef04db57f8bd3857651410
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() {
    }
 
}