# Introduction In this challenge, we will be building and deploying a Spring Boot project. The goal is to set up a basic Spring Boot project and implement functionality to display "Hello LabEx" in the browser when a specific request is sent. The challenge requires creating a controller class, modifying the startup class, and packaging the project to generate a JAR file.
Click the virtual machine below to start practicing