Merge branch '5.3.x' into main
This commit is contained in:
@@ -2968,6 +2968,8 @@ When using annotation-driven components or Java configuration, you can use the
|
||||
----
|
||||
|
||||
|
||||
|
||||
|
||||
[[beans-factory-scopes-application]]
|
||||
==== Application Scope
|
||||
|
||||
@@ -3011,6 +3013,17 @@ following example shows how to do so:
|
||||
|
||||
|
||||
|
||||
|
||||
[[beans-factory-scopes-websocket]]
|
||||
==== WebSocket Scope
|
||||
|
||||
WebSocket scope is associated with the lifecycle of a WebSocket session and applies to
|
||||
STOMP over WebSocket applications, see
|
||||
<<web.adoc#websocket-stomp-websocket-scope,WebSocket scope>> for more details.
|
||||
|
||||
|
||||
|
||||
|
||||
[[beans-factory-scopes-other-injection]]
|
||||
==== Scoped Beans as Dependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user