An open API service indexing awesome lists of open source software.

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

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)