You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Create a Gradle build file Make sure mavenCentral is among your repositories. Th
32
32
Java 8 Spring Boot > 2.x.x (spring-boot-starter-web) Quick start To add graphql-spring-boot to your project and get started quickly, do the following.
33
33
Build with Gradle Make sure mavenCentral is amongst your repositories:
34
34
repositories { mavenCentral() } Add the respective starter dependencies you want to use:
35
-
dependencies { compile &#39;com.graphql-java-kickstart:graphql-spring-boot-starter:5.2&#39; compile &#39;com.graphql-java-kickstart:graphiql-spring-boot-starter:5.2&#39; compile &#39;com.graphql-java-kickstart:voyager-spring-boot-starter:5.2&#39; testCompile &#39;com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.2&#39; } Build with Maven Add the respective starter dependencies you want to use:</description>
35
+
dependencies { compile &#39;com.graphql-java-kickstart:graphql-spring-boot-starter:7.0.1&#39; compile &#39;com.graphql-java-kickstart:graphiql-spring-boot-starter:7.0.1&#39; compile &#39;com.graphql-java-kickstart:voyager-spring-boot-starter:7.0.1&#39; testCompile &#39;com.graphql-java-kickstart:graphql-spring-boot-starter-test:7.0.1&#39; } Build with Maven Add the respective starter dependencies you want to use:</description>
Copy file name to clipboardExpand all lines: spring-boot/index.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
Java 8 Spring Boot &gt; 2.x.x (spring-boot-starter-web) Quick start To add graphql-spring-boot to your project and get started quickly, do the following.
22
22
Build with Gradle Make sure mavenCentral is amongst your repositories:
23
23
repositories { mavenCentral() } Add the respective starter dependencies you want to use:
24
-
dependencies { compile &#39;com.graphql-java-kickstart:graphql-spring-boot-starter:5.2&#39; compile &#39;com.graphql-java-kickstart:graphiql-spring-boot-starter:5.2&#39; compile &#39;com.graphql-java-kickstart:voyager-spring-boot-starter:5.2&#39; testCompile &#39;com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.2&#39; } Build with Maven Add the respective starter dependencies you want to use:</description>
24
+
dependencies { compile &#39;com.graphql-java-kickstart:graphql-spring-boot-starter:7.0.1&#39; compile &#39;com.graphql-java-kickstart:graphiql-spring-boot-starter:7.0.1&#39; compile &#39;com.graphql-java-kickstart:voyager-spring-boot-starter:7.0.1&#39; testCompile &#39;com.graphql-java-kickstart:graphql-spring-boot-starter-test:7.0.1&#39; } Build with Maven Add the respective starter dependencies you want to use:</description>
0 commit comments