java.lang.IllegalStateException: BeanFactory not initialized or already closed - call '“refresh”' before accessing beans via the ApplicationContext
报错原因:一般是@Service("jedisClusterFactory")注入错误
java.lang.IllegalStateException: BeanFactory not initialized or already closed - call '“refresh”' before accessing beans via the ApplicationContext
报错原因:一般是@Service("jedisClusterFactory")注入错误
转载于:https://www.cnblogs.com/lc93/p/7879174.html