https://github.com/mukul273/springboot-graphql
Spring-boot and GraphQL tutorial
https://github.com/mukul273/springboot-graphql
graphql maven spring spring-boot springboot
Last synced: 3 months ago
JSON representation
Spring-boot and GraphQL tutorial
- Host: GitHub
- URL: https://github.com/mukul273/springboot-graphql
- Owner: mukul273
- Created: 2022-06-14T21:32:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T22:10:34.000Z (about 4 years ago)
- Last Synced: 2025-02-15T19:49:04.287Z (over 1 year ago)
- Topics: graphql, maven, spring, spring-boot, springboot
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringBoot GraphQL Project
## It's a maven project
## It uses Java 8
## It uses Spring boot 2.7.0 version
** Please make sure that you add below dependency in your project build
either on maven or gradle:
```xml
com.graphql-java-kickstart
graphql-spring-boot-starter
12.0.0
```
Please use lombok
```xml
com.graphql-java-kickstart
graphql-spring-boot-starter
12.0.0
```
-- Please refer below URL for version and more information:
[https://github.com/graphql-java-kickstart/graphql-spring-boot](https://github.com/graphql-java-kickstart/graphql-spring-boot)