xieb
2023-08-01 3fde6b45ddfcccb76bcb86c8b0e415342c443ce1
1
2
3
4
5
6
7
8
9
10
11
12
13
package cn.gistack.nky;
 
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest
class SkjcmanagerNkyApplicationTests {
 
    @Test
    void contextLoads() {
    }
 
}