Spring Boot Fundamentals Lab How to run Ensure you have Java 17+ and Maven installed. Unzip this project. In the project root, run: mvn spring-boot:run Endpoints GET /greeting/hello GET /greeting/hello/{name} GET /greeting/add/{num1}/{num2} GET /greeting/multiply/{num1}/{num2} GET /weather/temperature GET /weather/condition GET /weather/wind GET /weather/all GET /time/time GET /time/date GET /time/day GET /time/all