Skip to content

Commit 0dfa391

Browse files
committed
Renamed graphql-spring-boot to graphql-kotlin-spring-boot
Since there is now a GraphQL solution directly from the Springframework, we rename the example to `graphql-kotlin-spring-boot` to better reflect the used library in the name.
1 parent fcae202 commit 0dfa391

File tree

11 files changed

+6
-6
lines changed

11 files changed

+6
-6
lines changed

examples/graphql-spring-boot/pom.xml renamed to examples/graphql-kotlin-spring-boot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
</parent>
1010

1111
<groupId>org.neo4j.graphql.examples</groupId>
12-
<artifactId>graphql-spring-boot</artifactId>
12+
<artifactId>graphql-kotlin-spring-boot</artifactId>
1313

14-
<name>Example - graphql-spring-boot</name>
15-
<description>Example for using neo4j-graphql-java with Spring Boot</description>
14+
<name>Example - graphql-kotlin-spring-boot</name>
15+
<description>Example for using neo4j-graphql-java with GraphQL Kotlin and Spring Boot</description>
1616

1717
<properties>
1818
<testcontainers.version>1.16.2</testcontainers.version>

examples/graphql-spring-boot/readme.adoc renamed to examples/graphql-kotlin-spring-boot/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Example: Integration of Neo4j-GraphQL-Java into a Spring Boot application
1+
= Example: Integration of Neo4j-GraphQL-Java into a Spring Boot application using GraphQL Kotlin
22

33
== Overview
44

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<packaging>pom</packaging>
1717

1818
<modules>
19-
<module>graphql-spring-boot</module>
19+
<module>graphql-kotlin-spring-boot</module>
2020
<module>dgs-spring-boot</module>
2121
</modules>
2222
</project>

examples/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
= Examples
22

33
* link:dgs-spring-boot/readme.adoc[Spring Boot integration with Netflix Domain Graph Service (DGS)] (recommended)
4-
* link:graphql-spring-boot/readme.adoc[Spring Boot integration with graphql-kotlin]
4+
* link:graphql-kotlin-spring-boot/readme.adoc[Spring Boot integration with graphql-kotlin]

0 commit comments

Comments
 (0)