Initialer Commit

This commit is contained in:
2026-03-01 19:40:49 +01:00
commit 5dc408add8
255 changed files with 16104 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
package de.oaa.xxx;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
@SpringBootTest
@ActiveProfiles("test")
class XxxThegameApplicationTests {
@Test
void contextLoads() {
}
}