Skip to content

sunilos/SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOSSpringBoot

This project contains example of Sprig Boot, REST controllers, JPA and MySQL communication examples

REST controller has followinga REST APIs

  1. http://localhost:8080/Marksheet : displays health of bean an says fit and fine
  2. http://localhost:8080/Marksheet/get/1 : returns marksheet of ID 1
  3. http://localhost:8080/Marksheet/search : returns list of marksheets
  4. http://localhost:8080/Marksheet/rollno/A1 : returns Marksheet of given A1 roll number
  5. http://localhost:8080/Marksheet/meritlist : returns merit list of students
  6. http://localhost:8080/Marksheet/delete/1 : deletes marksheet of given id
  7. http://localhost:8080/Marksheet/save : adds or updates a markhseet

See https://github.com/sunilos/SOSSpringBoot/wiki

About

Sprig Boot - JPA - MySQL examples, provides REST controllers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages