Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 293 Bytes

File metadata and controls

10 lines (7 loc) · 293 Bytes

SpringBootBasics

Simple Crud Application using SpringBoot

  • http://localhost:8080/view/users returns table of users in the database
  • http://localhost:8080/api/users to GET the user data
  • http://localhost:8080/api/users/{id} to POST the user data