美文网首页
Spring bean ---@Bean

Spring bean ---@Bean

作者: 故事细腻言不由己 | 来源:发表于2020-02-03 15:08 被阅读0次
image.png

当使用@Bean不指定名称的时候,默认bean的名称id是方法的名称。
默认生成的是单例的。可以用@Scope(value = singleton单例,prototype每次都是新的,request,session,globe session)指定,还有proxyMode指定模式。

image.png

相关文章

网友评论

      本文标题:Spring bean ---@Bean

      本文链接:https://www.haomeiwen.com/subject/mnphxhtx.html