Why is Spring's ApplicationContext.getBean considered bad?

前端 未结 14 2027
一整个雨季
一整个雨季 2020-11-22 14:33

I asked a general Spring question: Auto-cast Spring Beans and had multiple people respond that calling Spring\'s ApplicationContext.getBean() should be avoided

14条回答
  •  庸人自扰
    2020-11-22 15:31

    You should to use: ConfigurableApplicationContext instead of for ApplicationContext

提交回复
热议问题