Task: Add spring web modules for general purpose to use for extenal and internal modules and projects

This commit is contained in:
2021-05-18 10:39:20 +07:00
parent b9d274511f
commit 8386eaf682
29 changed files with 405 additions and 1 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() {
}
}