Where do you host Spring Boot apps?

This page summarizes the projects mentioned and recommended in the original post on /r/SpringBoot

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

    🏗 Build container images for your Java applications.

    I run everything with docker compose. Traefik has a nice documentation, which is helpful for setting it up. You basically run the container and add some labels in your other containers (eg spring boot app) for specifying the domain name, container running port etc. And for the spring boot projects I am using jib for building the docker images and deploying them to a private registry (https://github.com/GoogleContainerTools/jib/tree/master/jib-maven-plugin)

  • 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.

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