In this chapter, you learned how to deploy the Spring Boot application. We went through the different deployment options for the Spring Boot application and deployed the application to Heroku. Next, we deployed our React frontend to Heroku using the Heroku Buildpack for create-react-app, which makes the deployment process faster. Finally, we used Docker to create containers from our Spring Boot application and the MariaDB database.
In the next chapter, we will cover some more technologies and best practices that you should explore.