How to build a GraphQL Gateway with Spring Boot and Kotlin

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • server-playground

    A playground of server projects

  • git clone https://github.com/jmfayard/spring-playground cd spring-playground/graphql-gateway ./gradlew bootRun

  • graphql-java

    GraphQL Java implementation

  • graphql-java/graphql-java: GraphQL Java implementation

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Gradle buildSrcVersions

    Life is too short to google for dependencies and versions

  • Note that I'm using gradle refreshVersions to make it easy to keep the project up-to-date. Therefore, the versions are not defined in the build.gradle files, they are centralized in the versions.properties file. RefreshVersions is bootstrapped like this in settings.gradle.kts:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts