Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Spring Boot 3 + OpenAPI 3.0

Requirements

Install Java 21 Install Maven 3.9.6

DONT FORGET TO ADD YOUR ENVIRONMENT VARIABLE (JAVA_HOME, MAVEN_HOME)

Launch Project

mvn compile
mvn spring-boot:run

Swagger

Navigate to: http://localhost:42069/swagger-ui/index.html

Tasks

Develop new API endpoint Generation

  1. Get unique last names of students
  2. Get non duplicated students by first name and last name
  3. Get students born after 2000

Use comment in source code to generate code with Github Copilot

Generate tests for the new endpoints using Githup Copilot