We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077ceb9 commit 0ca3a95Copy full SHA for 0ca3a95
pom.xml
@@ -49,16 +49,7 @@
49
<artifactId>spring-boot-starter-test</artifactId>
50
<scope>test</scope>
51
</dependency>
52
- <!-- <dependency>
53
- <groupId>com.graphql-java-kickstart</groupId>
54
- <artifactId>graphql-spring-boot-starter</artifactId>
55
- <version>15.0.0</version>
56
- </dependency>
57
- <dependency>
58
59
- <artifactId>graphql-java-tools</artifactId>
60
- <version>13.0.3</version>
61
- </dependency> -->
+
62
<dependency>
63
<groupId>org.postgresql</groupId>
64
<artifactId>postgresql</artifactId>
src/main/java/com/graphql/demo/GraphQLConfig.java
0 commit comments