14 lines
256 B
Java
14 lines
256 B
Java
package cn.com.tenlion.systemexaminationsignup;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
@SpringBootTest
|
|
class SystemExaminationSignupApplicationTests {
|
|
|
|
@Test
|
|
void contextLoads() {
|
|
}
|
|
|
|
}
|