1 Home - shijazi88/springboot GitHub Wiki

Welcome to the spring boot wiki!

We will explain the following annotations:

  1. @Controller vs @RestController
  2. Get, Post, Put, Delete examples
  3. @RequestBody, @ResponseBody, @ResponseEntity
  4. @PathVariable, @RequestParam
  5. JSON vs XML
  6. Manage the return JSON (remove fields, change the names of fields)