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
{{ message }}
This repository was archived by the owner on Dec 18, 2025. It is now read-only.
## graphql-spring-boot-client example for the quick starter for graphql api integration in spring boot
3
+
### Quick starter for graphql api integration in spring boot
4
+
5
+
6
+
Spring Boot is an open-source framework that allows Java developers to create production-grade Spring applications.
7
+
8
+
This step-by-step guide details how to create a Java sample app via Spring Boot. This app, powered by Contentstack’s Java SDK, uses GraphQL API to fetch content stored in Contentstack and display it on your application.
9
+
10
+
## Prerequisites
11
+
12
+
- A text editor or an IDE, for example, [IntelliJ IDEA](https://www.jetbrains.com/idea/download/)
13
+
14
+
-[JDK 1.8 or later](https://www.oracle.com/in/java/technologies/javase/javase-jdk8-downloads.html)
15
+
16
+
- Gradle 4+ or Maven 3.2+
17
+
18
+
-[Spring Tool Suite (STS)](https://spring.io/tools)
0 commit comments