pipIrr-platform/pipIrr-web/pipIrr-web-base/src/test/java/com/dy/pipIrrBase/PipIrrWebBaseApplicationTests.java
New file @@ -0,0 +1,13 @@ package com.dy.pipIrrBase; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class PipIrrWebBaseApplicationTests { @Test void contextLoads() { } }