Spring Framework

Singleton

  • a singleton is a bean for which the spring container creates only one instance
  • Default configuration is nothing is specialised
  • All requests for that bean will reference the same bean
 

Diskussion