This project contains example of Sprig Boot, REST controllers, JPA and MySQL communication examples
REST controller has followinga REST APIs
- http://localhost:8080/Marksheet : displays health of bean an says fit and fine
- http://localhost:8080/Marksheet/get/1 : returns marksheet of ID 1
- http://localhost:8080/Marksheet/search : returns list of marksheets
- http://localhost:8080/Marksheet/rollno/A1 : returns Marksheet of given A1 roll number
- http://localhost:8080/Marksheet/meritlist : returns merit list of students
- http://localhost:8080/Marksheet/delete/1 : deletes marksheet of given id
- http://localhost:8080/Marksheet/save : adds or updates a markhseet