123456
2024-07-16 2e4af4ece3016604568c644fba68b6d86afa8507
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 {
    }
}