value
2024-06-14 c1eb35b338c6796d493d60ec12e499802b0a8072
system-run/src/test/java/com/yuanchu/mom/SystemRunApplicationTest.java
@@ -3,10 +3,12 @@
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SystemRunApplicationTest {
    @Test
    void  contextLoads() {
    void  contextLoads() throws Exception {
    }
}