initial commit

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-13 23:24:28 +02:00
commit 4a2466484c
16 changed files with 615 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package dev.mars3142.fhq.config;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ConfigServiceApplicationTests {
@Test
void contextLoads() {
}
}