Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
[![Contentstack](https://www.contentstack.com/docs/static/images/contentstack.png)](https://www.contentstack.com/)

**Note:** This app is no longer maintained. It remains available for reference. If you have questions regarding this, please reach out to our [support team](mailto:support@contentstack.com) and we will do our best to help!

## Graphql-spring-boot-client example application

### Quick starter for graphql api integration in spring boot


Spring Boot is an open-source framework that allows Java developers to create production-grade Spring applications.

This step-by-step guide details how to create a Java sample webapp via spring-boot. This app, powered by Contentstack GraphQL API to fetch content stored in Contentstack and display it on your application.

## Prerequisites

- An IDE, for example, [IntelliJ IDEA](https://www.jetbrains.com/idea/download/) / [STS](https://spring.io/tools) / [VSCode](https://code.visualstudio.com/download) / [Ecllipse](https://www.eclipse.org/downloads/)

- [JDK 17 or later](https://www.oracle.com/in/java/technologies/downloads/#java17)

- Gradle 4+ or Maven 3.2+

- [Contentstack account](https://www.contentstack.com/login/)

- An IDE, for example, [IntelliJ IDEA](https://www.jetbrains.com/idea/download/) / [STS](https://spring.io/tools) / [VSCode](https://code.visualstudio.com/download) / [Ecllipse](https://www.eclipse.org/downloads/)

- [JDK 17 or later](https://www.oracle.com/in/java/technologies/downloads/#java17)

- Gradle 4+ or Maven 3.2+

- [Contentstack account](https://www.contentstack.com/login/)

### Screenshots

Expand Down
Loading