
This is my completed version of the Spring boot 'Student Service tutorial' by Amigoscode. This is part of my upskilling of Spring boot.
i.e http://localhost:8080/api/v1/students

i.e http://localhost:8080/api/v1/students/1?name={value}&email={value}

i.e http://localhost:8080/api/v1/students/1

i.e http://localhost:8080/api/v1/students
{ "name": "testUser", "email": "testUser@springboot.com", "doB": "1993-05-19" }
