In the previous chapters of the book, we learned about JHipster and the various tools and technologies it supports in detail. These are the things we have learned so far:
- We learned to develop monolithic and microservice applications. We also learned about differences in the architecture and reasons to choose one over the other.
- We created entities using JDL, and we customized the generated applications for our business needs.
- We created a CI-CD setup using Jenkins.
- We deployed the monolith application to the Heroku cloud
- We deployed the microservice architecture to the Google cloud using Kubernetes and Docker.
- We learned about Spring Framework, Spring Boot, Angular, React, Docker, and much more.
In this chapter, ...