Spring bean scope type

1 What is scope

scope is the scope of the bean.

2 The five scopes of spring beans

First, singleton;

Second, prototype;

Third, request;

Fourth, session;

Fifth, global session;

Default is singleton.

The latter three are not commonly used.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324875288&siteId=291194637