Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 595 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 595 Bytes

Rest-API

Simple spring boot application to implement rest API -

  • Generate a simple mvn project from spring.io
  • Add dependency "spring-boot-starter-web"
  • Create controller class(restfulAPI) and good to go. Run it.

pom.xml - image

Controller class- image

Output- image