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

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

原文地址:https://www.cnblogs.com/zhongmeilin/p/15356149.html