servletContext
-
Spring Bean ScopesFramework/SPRING 2019. 9. 29. 00:01
1. Overview The scope of a bean defines the life cycle and visibility of that bean in the contexts in which it is used. The latest version of Spring framework defines 6 types of scopes singleton prototype request session application WebSocket global session 2. Description 2.1 Singleton Scope The container creates a single instance of that bean, and all requests for that bean name will return the..