在多線程中獲取spring bean爲null的解決

網上找了不少方法試,只有下面這種方式能在新開的線程中訪問到beanspa

   WebApplicationContext context = ContextLoader.getCurrentWebApplicationContext();
   ZlAreaAliasService zlAreaAliasService=(ZlAreaAliasService) context.getBean("zlAreaAliasService");線程

獲取當前的WebAppliactionContext(),再獲取context中的bean;get

相關文章
相關標籤/搜索