2020
10-10
10-10
Springboot实现多线程注入bean的工具类操作
场景:使用springboot多线程,线程类无法自动注入需要的bean解决方法:通过工具类获取需要的bean工具类代码:importorg.springframework.beans.BeansException;importorg.springframework.context.ApplicationContext;importorg.springframework.context.ApplicationContextAware;importorg.springframework.stereotype.Component;/***@Description:获取bean对象的工具类*@Author:ZhangLin*@CreateDate:2018/12/10...
继续阅读 >