I am writing a medium-big web application using Spring as my main framework, I was wondering if I should create a service layer for each repo or if it’s a good practice to have one service for multiple repos? For example, If I have a notes, user and user_notes tables, I am planning to have […]
The post In spring MVC, is it a good practice to autowire multiple repositories in one service class? appeared first on BlogoSfera.