#springboot applicationContext 为 null #

场景:在创建一个redis的工具类,里面  有个属性 

public static ApplicationContext applicationContext;

   在使用的时候一致错误 because "com.utils.ContextUtils.applicationContext" is null

原因:spingboot 没有创建bean成功。使用的是多模块,启动类没有扫描到

解决方案:添加扫描路径,如图所示

#springboot applicationContext 为 null #_第1张图片

问题解决

 

你可能感兴趣的:(java,spring,boot,java,数据库)