February 2019
Intermediate to advanced
442 pages
11h 46m
English
Refer to the Create an Application section to create a new application, naming it gdp. We are going to build an application with similar functionality to that which we created with Spring Framework in Chapter 1, Creating an Application to List World Countries with their GDP. To show the GDP data of various countries, we took the reference of a sample country, city and country language data from MySQL databases (https://dev.mysql.com/doc/index-other.html) and used a REST service to fetch the GDP data for a given country through the World Bank API (https://datahelpdesk.worldbank.org/knowledgebase/articles/898614-aggregate-api-queries). We will use the same reference to build an application with JHipster.
To make ...