/boot

Primary LanguageJava

TP : Déploiement d’une application avec Spring Boot

Endpoints available:

/students/save

create a student

Result after creating a student:

create a student

students/save_all

create an array of students

Result after creating a list of students:

create an array of students

students/{id}

create a student

students/get_all

create a student

students/count

create a student

students/update/{id}

create a student

Result of update birthdate of student Leeuw:

create a student

students/delete/{id}

create a student

Result of deletion of the student Leeuw:

create a student