initial commit

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-09-30 22:21:03 +02:00
commit 3b41e370c3
11 changed files with 495 additions and 0 deletions

View File

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