李林
2024-02-29 69e49a4181cc8827fd8f71b09fcf5387873e3f8c
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() {
 
    }
}