Files
excel-download/springboot/external-read/src/test/java/hello/ExternalReadApplicationTests.java
2023-03-20 00:17:31 +09:00

14 lines
212 B
Java

package hello;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ExternalReadApplicationTests {
@Test
void contextLoads() {
}
}