This repository has been archived on 2025-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
LF8/src/test/java/de/szut/lf8_starter/Lf8StarterApplicationTests.java
Phan Huy Tran a5c627ccaa Line ending
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() {
}
}