Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 40b341f

Browse files
authored
Merge pull request #70 from contentstack/fix/dx-3818
Add maintenance notice to README - repository no longer actively main…
2 parents 5e5e909 + 7562dd8 commit 40b341f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1+
[![Contentstack](https://www.contentstack.com/docs/static/images/contentstack.png)](https://www.contentstack.com/)
2+
3+
**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!
4+
15
## Graphql-spring-boot-client example application
26

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

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

811
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.
912

1013
## Prerequisites
1114

12-
- 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/)
13-
14-
- [JDK 17 or later](https://www.oracle.com/in/java/technologies/downloads/#java17)
15-
16-
- Gradle 4+ or Maven 3.2+
17-
18-
- [Contentstack account](https://www.contentstack.com/login/)
19-
15+
- 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/)
2016

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

19+
- Gradle 4+ or Maven 3.2+
2220

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

2423
### Screenshots
2524

0 commit comments

Comments
 (0)