March 2018
Intermediate to advanced
380 pages
9h 23m
English
Let's generate our second microservice application (notification service) in the e-commerce-app folder. Create a new folder where you will keep the microservices application. Let's name the folder notification. Go into the directory and start creating the application by running jhipster.
The first question we are asked is to select the type of application we would like to create. We have to choose Microservice application and then click Enter:

Then, we will select the default application name, notification:
Then, we will ...