Change of findAll methods in controllers
In core microservice, I created one universal method in each Controller to get all users. Optional request parameters are page and pageSize. Default page is 0 and default pageSize is 10. Related issue: Change of findAll methods in controllers.