This RESTful web controller can be described as follows:
@RestController: Spring Web’s annotation to indicate that this controller involves data, not templates
@GetMapping: Spring Web’s annotation to map HTTP GET /api/employees web calls onto this method
Flux