Skip to content

Commit 84ceef5

Browse files
authored
Merge pull request #10 from graphql-java/spring-boot-release
blog about first spring project release
2 parents 4687936 + 993554d commit 84ceef5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
+++
2+
title = "First release of GraphQL Java Spring"
3+
author = "Andreas Marek"
4+
tags = []
5+
categories = []
6+
date = 2018-12-01T01:00:00+10:00
7+
+++
8+
9+
We are happy to release the first version of the GraphQL Java Spring (Boot) project.
10+
11+
As [described before](https://www.graphql-java.com/blog/graphql-java-aims-to-be-used-directly/) this project
12+
complements the GraphQL Java core project if you build a fully operational GraphQL server with Spring.
13+
14+
Currently it supports GET and POST requests and allows for some basic customization.
15+
16+
In future we are looking into supporting more advanced features like file upload or subscriptions.
17+
18+
As always contributions are more than welcome and we are hoping to grow this project together with the
19+
community: please open a [new issue](https://github.com/graphql-java/graphql-java-spring/issues/new) or leave a comment on [spectrum chat](https://spectrum.chat/graphql-java) about your wishes.
20+
21+
More details on how to use it can be found on the github page: https://github.com/graphql-java/graphql-java-spring

0 commit comments

Comments
 (0)