其他分享
首页 > 其他分享> > SpringContextHolder使用报SpringContextHolder使用报错:applicaitonContext属性未注入, 请在applicationContext.xml中定义Sp

SpringContextHolder使用报SpringContextHolder使用报错:applicaitonContext属性未注入, 请在applicationContext.xml中定义Sp

作者:互联网

 

 将 SpringContextHolder获取RedisUtil 实例改成,通过spring字段注入。使用@AutoConfigureAfter(RedisUtil.class)  AutoConfigureAfter:的作用是,让WorkflowListener的加载在 RedisUtil 之后。这样WorkflowListener加载的时候,RedisUtil 已经加载好了

 

标签:xml,applicationContext,WorkflowListener,SpringContextHolder,RedisUtil,加载
来源: https://www.cnblogs.com/zhongmeilin/p/15356149.html