Skip to content

demo spring boot simple rest api to learn the spring framework

Notifications You must be signed in to change notification settings

Leonardpepa/spring-boot-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

spring-boot-api-example

Demo project to experiment with spring framework and mvc

Student schema

  • Id (auto increamented by db)
  • fname (full name)
  • email
  • rn (registrarion number)

Get

  • localhost:8080/students
  • localhost:8080/students/{id}

Post

  • localhost:8080/students

Delete

  • localhost:8080/students/{id}

Put

  • localhost:8080/students{id}

the project uses maven for managing the dependencies

dependencies

  • spring
  • spring-web-starter
  • jpa
  • h2database

About

demo spring boot simple rest api to learn the spring framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published