File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ When using Maven:
1414<dependency >
1515 <groupId >com.graphql-java-kickstart</groupId >
1616 <artifactId >graphql-webclient-spring-boot-starter</artifactId >
17- <version >1. 0.0-SNAPSHOT</version >
17+ <version >0.0.1 -SNAPSHOT</version >
1818</dependency >
1919```
2020
2121When using gradle:
2222``` groovy
23- implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:1. 0.0-SNAPSHOT"
23+ implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:0.0.1 -SNAPSHOT"
2424```
2525
2626Configure at least the URL of the GraphQL API to consume:
Original file line number Diff line number Diff line change 1- version =0.0.1 -SNAPSHOT
1+ version =0.1.0 -SNAPSHOT
22
33PROJECT_GROUP = com.graphql-java-kickstart
44PROJECT_NAME = graphql-spring-webclient
You can’t perform that action at this time.
0 commit comments