Set up project structure

This commit is contained in:
2025-01-14 18:03:11 +01:00
commit 182508e919
19 changed files with 765 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package ltd.hlaeja
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class ApplicationTests {
@Test
fun contextLoads() {
// placeholder
}
}