Initial commit

This commit is contained in:
Andrei Ciortea
2021-10-04 09:13:00 +02:00
commit 5b835bc6bc
36 changed files with 1662 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package ch.unisg.tapastasks;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TapasTasksApplicationTests {
@Test
void contextLoads() {
}
}