Skip to content

Instantly share code, notes, and snippets.

@ivancorrales
Created March 4, 2019 04:43
Show Gist options
  • Save ivancorrales/d83141449830e65cbb38c8e368a92457 to your computer and use it in GitHub Desktop.
Save ivancorrales/d83141449830e65cbb38c8e368a92457 to your computer and use it in GitHub Desktop.
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