SSH中spring的applicationContext.getBean(name)空指针
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SSH中spring的applicationContext.getBean(name)空指针相关的知识,希望对你有一定的参考价值。
public static Object getBean(String name) throws BeansException
return applicationContext.getBean(name);
这个applicationContext 是null
若不行,就直接将name替换成你要匹配bean的id值
若上述都正确,那可能是配置文件applicationContext.xml位置问题
新人,纯属个人建议本回答被提问者和网友采纳
以上是关于SSH中spring的applicationContext.getBean(name)空指针的主要内容,如果未能解决你的问题,请参考以下文章
解决spring boot中普通类中使用service为null 的方法