Background: This problem statement provides the high-level design of the project that has to be implemented as part of the hands-on assessment in order to complete the course Spring Basics.
InfyGo is an airline booking application that provides services to its customers to search for flight details. InfyGo wants a lightweight, loosely coupled application to be implemented using Spring.
Let us start with basic implementation using Spring core concepts for the following functionalities
Add Flight
Search Flight
As part of the Spring Basics course, let us develop the business tier of this application.