标签: java spring spring-boot components
Spring bean的作用域类似于“ singleton”,“ prototype”等。spring组件是否也具有此类作用域或其他定义其生命周期的东西?
答案 0 :(得分:0)
是的。您可以使用@Scope("prototype")注释设置范围。
@Scope("prototype")