Initial commit

This commit is contained in:
CUBETIQ Solution
2021-12-20 17:26:07 +07:00
commit c72ee8968f
48 changed files with 1014 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.cubetiqs.web
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class ApiApplicationTests {
@Test
fun contextLoads() {
}
}