This Spring WebFlux controller has the following details:
@PostMapping: Spring Web’s annotation to map HTTP POST /api/employees web calls to this method
@RequestBody: This annotation tells Spring Web to deserialize the incoming HTTP request body into an Employee data type
Mono
DATABASE: A temporary data store (a Java Map)