feat: initial commit

This commit is contained in:
2025-11-07 20:20:48 +01:00
commit fc4a027eca
11 changed files with 465 additions and 0 deletions

View File

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