LF8/src/test/java/de/szut/lf8_starter/Lf8StarterApplicationTests.java

15 lines
284 B
Java
Raw Normal View History

2024-09-25 12:56:18 +02:00
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() {
}
}