HelloSpringMVC/src/test/java/djmil/hellomvc/HellomvcApplicationTests.java
2023-07-25 20:58:08 +02:00

14 lines
208 B
Java

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