adamjohndbenitez / spring-time

Review and Brushing topics from Spring Guides - https://spring.io/guides
0 stars 0 forks source link

Setup a submodule for AFMS in spring-time #3

Open adamjohndbenitez opened 1 year ago

adamjohndbenitez commented 1 year ago

Mimic https://spring.io/guides/tutorials/rest/

adamjohndbenitez commented 1 year ago

Building REST services: We have routes for each operation (@GetMapping, @PostMapping, @PutMapping and @DeleteMapping, corresponding to HTTP GET, POST, PUT, and DELETE calls)