Skip to content

nbmhoang/SpringDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Configure your database information on application.propreties file in /src/main/resource path.
  2. Run project: mvn spring-boot:run
  3. Open Postman, in request URL type:

Get all of students

[GET] localhost:8080/api/students

Get a student by id

[GET] localhost:8080/api/student/id

Add new student

[POST] localhost:8080/api/student/create

Update a student by id

[PUT] localhost:8080/api/student/update/id

Delete a student by id

[DELETE] localhost:8080/api/student/delete/id

About

Demo Spring Boot Code

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages