In this Challenge, you will build on the provided example and add new methods to extend the functionality.
The microservice, as it stands, allows you to show all trips in the database, and filter by trips that originate from a city. Your Challenge is to extend the service to allow filtering by destination. So you should be able to add the path /tripstocity/Sydney and see only those trips that arrive in Sydney.
cd C:\Users\Administrator\git\dev-tripsearch
git status
10. Execute the below command to add in the changed files
git add .
git commit -m “challenge 1”
11. In the Eclipse IDE, right-click on the root element of the dev-tripsearch project