DEV Community

Nimesha Chathurangi
Nimesha Chathurangi

Posted on

Create DTO using get results from repository returns duplicate values in Spring Boot Reactive WebFlux

I'm new to reactive programming. I have to create a API call to search-leave-requests. I have to filter leave request by status(PENDING,APPROVED,REJECTED) and logged user role(HR,AHR,RM) and if role is RM(reporting Manager) I have to query from reporting_manager_id and status. If logged user is HR or AHR only need to…

Top comments (0)