March 2018
Intermediate to advanced
380 pages
9h 23m
English
We already have our monolithic application generated, as well as our entities. As a part of monolithic application generation, we have already selected some options via JHipster CLI. We will stick to the same options (the database, authentication type, package name, i18n, and so on) when we generate the microservice gateway application.
It's coding time now, so let's start building a gateway application using JHipster CLI.
The first step here is to convert the monolithic app into a microservice gateway application with almost the same configuration that we used when ...