📢 Supplementary course website — official activities on Moodle. Content is updated regularly. Feedback welcome!
Review before quiz: Lectures | Week 12 Content | Lab 9
GET /api/users/{id}
POST /api/users
PUT /api/users/{id}
DELETE /api/users/{id}
200 OK
201 Created
204 No Content
409 Conflict
?page=1&size=10
@PathVariable
@RequestParam
@RequestBody
@ModelAttribute
@RestControllerAdvice
@SpringBootApplication
@EnableCaching
@ConfigurationProperties