zuoxiao
6 天以前 d20d38e22b06559d758c568769017e2acf632583
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dy.pipIrrWechat;
 
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest
class PipIrrWebWechatApplicationTests {
 
    @Test
    void contextLoads() {
    }
 
}