<aside> 🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
@RestController — marks a class as a REST controller@RequestMapping — base path for a controller@GetMapping — handling GET requests@PostMapping — handling POST requests@PutMapping, @PatchMapping, @DeleteMapping@PathVariable@RequestParam@RequestBodyResponseEntity — controlling status codes and headersThe HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

Found a mistake or have a suggestion? Let us know in the feedback form.