Skip to content

Rename graphql-spring-boot example to graphql-kotlin-spring-boot #263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
</parent>

<groupId>org.neo4j.graphql.examples</groupId>
<artifactId>graphql-spring-boot</artifactId>
<artifactId>graphql-kotlin-spring-boot</artifactId>

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

<properties>
<testcontainers.version>1.16.2</testcontainers.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Example: Integration of Neo4j-GraphQL-Java into a Spring Boot application
= Example: Integration of Neo4j-GraphQL-Java into a Spring Boot application using GraphQL Kotlin

== Overview

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<packaging>pom</packaging>

<modules>
<module>graphql-spring-boot</module>
<module>graphql-kotlin-spring-boot</module>
<module>dgs-spring-boot</module>
</modules>
</project>
2 changes: 1 addition & 1 deletion examples/readme.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Examples

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