In this lab you will create a simple webapp with two routes. One route will have a basic result and the other will use dynamic query.
Open Theme. You can write about whatever you want(video games, shows, movies, etc.) as long as it has the required elements.
- In src -> main -> java -> Main.java create a route that displays a simple string.
- Create another route that uses dynamic query to take in a value from the path and then displays it.
Dynamic Query value = Spring
"It is Spring"