@RequestBody is used mainly for saving object(s)(or piece of data) Lets say you want to add a book: POST localhost:8080/books/ With request body ...
確定! 回上一頁