Question d’entretien chez ATPCO

Spring - When you use Singleton instance in Spring, you will get only once instance. If I want to get multiple instances which is required for my application, how do you override or overcome the situation

Réponse à la question d'entretien

Utilisateur anonyme

26 sept. 2012

Define it as Spring bean with prototype scope

1