This commit is contained in:
Thomas
2020-08-09 19:41:29 +02:00
parent a1014d998e
commit 7edec4bc22
108 changed files with 1266 additions and 150 deletions

View File

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