Bean Scopes
- singleton : This scopes the bean definition to a single instance per Spring IoC container (default).example:
- prototype
Web aware scopes are:
- request
- session
- global
_________________________________________________________________________
No comments:
Post a Comment