Created
March 4, 2019 04:43
-
-
Save ivancorrales/d83141449830e65cbb38c8e368a92457 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.2' | |
compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.2' | |
compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.2' | |
testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.2' | |
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-reactive:1.0.0' | |
compile "io.reactivex.rxjava2:rxjava:2.1.5" | |
implementation 'org.springframework.boot:spring-boot-starter-data-jpa' | |
implementation 'org.springframework.boot:spring-boot-starter-web' | |
runtimeOnly 'org.postgresql:postgresql' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment