You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to crowdguru-dev
Hi all,
In Spring, default bean scope is singleton meaning same shared instance is injected into collaborating objects. What is the motivation of having a Singleton factory for retrieving JPA repositories? Why is it creating its own ApplicationContext? Is it related with having different modules/mvc apps?