zss
2023-08-15 772ce1ff99b32e0d8c5ee1135f8a9fb03eb9fc60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.yuanchu.mom;
 
import com.yuanchu.mom.utils.MyUtil;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest
class SystemRunApplicationTest {
 
    @Test
    void contextLoads() {
 
    }
}