Requested bean is currently in creation: Is there an unresolvable circular reference?

后端 未结 7 804
夕颜
夕颜 2020-12-08 01:48

i am using spring 3, and i have two beans of view scope:

1- Bean1:

@Component(\"bean1\")
@Scope(\"view\")
public class Bean1 {

@Aut         


        
相关标签:
7条回答
  • 2020-12-08 02:33

    @Resource annotation on field level also could be used to declare look up at runtime

    0 讨论(0)
提交回复
热议问题