LF8/src/test/java/de/szut/lf8_starter/Lf8StarterApplicationTests.java
2024-09-25 14:25:25 +02:00

14 lines
284 B
Java

package de.szut.lf8_starter;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.TestPropertySource;
@SpringBootTest
class Lf8StarterApplicationTests {
@Test
void contextLoads() {
}
}