投稿は削除でHTTPリクエストspringbootを入れます

注釈組成物(変形RequestMapping)

@GetMapping = @RequestMapping(方法= RequestMethod.GET)
@PostMapping = @RequestMapping(方法= RequestMethod.POST)
@PutMapping = @RequestMapping(方法= RequestMethod.PUT)
@DeleteMapping = @RequestMapping(方法= RequestMethod.DELETE

おすすめ

転載: www.cnblogs.com/rh-fernando/p/11235797.html