- Spring 5.0 Projects
- Nilang Patel
- 204字
- 2021-07-02 12:34:54
Introduction to the application
We will develop an application to show the GDP information of various countries. We will make use of the sample World DB (https://dev.mysql.com/doc/world-setup/en/world-setup-installation.html) available with MySQL to list the countries and get a detailed view to display the country information and its GDP information obtained from the World Bank API (https://datahelpdesk.worldbank.org/knowledgebase/articles/898599-api-indicator-queries).
The listing will make use of the countries data available in the World DB. In the detail view, we will make use of data available in the World DB to list cities and languages, and make use of the World Bank API to get additional information and the GDP information about the country.
We will also support editing basic details of the country entry, adding and deleting cities from the country entry, and adding and deleting languages from the country entry. We will use the following tools and technologies in this application:
- Spring MVC framework for implementing the MVC pattern
- The interaction with the MySQL DB will be done using the Spring JDBC template
- The interaction with the World Bank API will be done using RestTemplate
- The views will be created using a templating framework called Thymeleaf
- The frontend will be driven by jQuery and Bootstrap
- 廣電5G從入門到精通
- 從區塊鏈到Web3:構建未來互聯網生態
- TCP/IP入門經典(第5版)
- Go Web Scraping Quick Start Guide
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- 射頻通信系統
- Learning Swift(Second Edition)
- 5G技術與標準
- 網絡利他行為研究:積極心理學的視角
- 網絡安全之道
- Corona SDK Application Design
- Hands-On Cloud:Native Microservices with Jakarta EE
- 5G新型多址技術
- 賽博空間簡史
- Hands-On Full Stack Web Development with Aurelia