initial commit

This commit is contained in:
2025-06-12 13:40:02 +02:00
commit 762bb977ac
16 changed files with 858 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package zw.qantra.tm;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TmApplicationTests {
@Test
void contextLoads() {
}
}