2020-09-12 11:05发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
Hybris中bean的默认范围是什么,以及如何更改它。
嗨
默认作用域为单例。 为了更改它,在配置Bean时必须提及新的作用域,例如 scope =" ..." 。
scope =" ..."
请注意,如果Bean属于Web上下文,则其可见性仅限于定义它的扩展名。 而对于其他上下文,它与扩展无关。
一些有用的文件是:
https://help.hybris.com/1808/hcd/8c63621986691014a7e0a18695d7d410.html
https: //docs.spring.io/spring/docs/5.1.0.RELEASE/spring-framework-reference/core.html#beans-factory-scopes
https://docs.spring.io/spring/docs/5.0.4.BUILD-SNAPSHOT/javadoc-api/org/springframework/context/annotation/Bean.html
最多设置5个标签!
嗨
默认作用域为单例。 为了更改它,在配置Bean时必须提及新的作用域,例如
scope =" ..."
。请注意,如果Bean属于Web上下文,则其可见性仅限于定义它的扩展名。 而对于其他上下文,它与扩展无关。
一些有用的文件是:
https://help.hybris.com/1808/hcd/8c63621986691014a7e0a18695d7d410.html
https: //docs.spring.io/spring/docs/5.1.0.RELEASE/spring-framework-reference/core.html#beans-factory-scopes
https://docs.spring.io/spring/docs/5.0.4.BUILD-SNAPSHOT/javadoc-api/org/springframework/context/annotation/Bean.html
一周热门 更多>