Task: Init graphql with spring boot

This commit is contained in:
2021-08-07 09:21:08 +07:00
parent 5f863481d0
commit 301e2a2f81
10 changed files with 408 additions and 0 deletions

View File

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