fresh project

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-08-16 21:07:26 +02:00
commit 307657b5d9
8 changed files with 575 additions and 0 deletions

View File

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