Skip to content

Commit 11242d4

Browse files
author
rajsingh8220
committedAug 12, 2020
README.md
1 parent 2e8880a commit 11242d4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
 

‎README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### GraphQl example implementation using Java.
2+
#### Dependencies
3+
```xml
4+
<!-- Graph QL Dependencies -->
5+
<dependency>
6+
<groupId>com.graphql-java</groupId>
7+
<artifactId>graphql-spring-boot-starter</artifactId>
8+
<version>5.0.2</version>
9+
</dependency>
10+
<dependency>
11+
<groupId>com.graphql-java</groupId>
12+
<artifactId>graphql-java-tools</artifactId>
13+
<version>5.2.4</version>
14+
</dependency>
15+
<!-- graphiql - Graphical Tool to run the queries -->
16+
<dependency>
17+
<groupId>com.graphql-java</groupId>
18+
<artifactId>graphiql-spring-boot-starter</artifactId>
19+
<version>5.0.2</version>
20+
</dependency>
21+
```

0 commit comments

Comments
 (0)