Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.
/ bluesoft-rest Public archive

Project created to share code used to create spring restful api

Notifications You must be signed in to change notification settings

bluesoft/bluesoft-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bluesoft-rest

Project created to share code used to create spring restful api

Spring Annotations

@Post Alias for @RequestMapping(method=RequestMethod.POST) @ResponseStatus(HttpStatus.CREATED)

@Get Alias for @RequestMapping(method=RequestMethod.POST) @ResponseStatus(HttpStatus.OK)

@Put Alias for @RequestMapping(method=RequestMethod.PUT) @ResponseStatus(HttpStatus.OK)

@Patch Alias for @RequestMapping(method=RequestMethod.PATCH) @ResponseStatus(HttpStatus.OK)

@Delete Alias for @RequestMapping(method=RequestMethod.DELETE) @ResponseStatus(HttpStatus.OK)

About

Project created to share code used to create spring restful api

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages