Install Java 21 Install Maven 3.9.6
DONT FORGET TO ADD YOUR ENVIRONMENT VARIABLE (JAVA_HOME, MAVEN_HOME)
mvn compile
mvn spring-boot:run
Navigate to: http://localhost:42069/swagger-ui/index.html
- Get unique last names of students
- Get non duplicated students by first name and last name
- Get students born after 2000
Use comment in source code to generate code with Github Copilot