CCKS2020Data/DemoApplicationTests.java

18 lines
370 B
Java
Raw Normal View History

2021-06-03 11:11:47 +08:00
package com.example.demo;
//testing add (lizan in 2021)
2021-06-03 11:17:16 +08:00
2021-06-03 11:11:47 +08:00
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 DemoApplicationTests {
@Test
public void contextLoads() {
}
}