add core spring application from spring initializr

This commit is contained in:
2025-10-01 08:56:27 +02:00
parent 5d09d3c6e0
commit 4742fcd21c
7 changed files with 516 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package de.pnreichmuth.timekeep_backend;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TimekeepBackendApplicationTests {
@Test
void contextLoads() {
}
}