Our application is almost ready and it's time to go into production. Since this is the age of cloud computing, we will be deploying our application to a cloud provider—Heroku, to be specific. Before we go on and deploy intended for Linux, but it is possible to use it with Mac and Windows using tools such as our application into production, we need to make sure our application is production ready in our local environment. It would also be beneficial to make ourselves familiar with technologies and tools that will be useful at this stage.
In this chapter, we will learn about the following:
- An introduction to Docker
- Starting the production database with Docker
- An introduction to Spring profiles
- Packaging the application for local deployment
- Upgrading to the newest version of JHipster
- An introduction to the deployment options supported by JHipster...