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

参考技术A 配置文件中bean中没有与参数name的值匹配的id
若不行,就直接将name替换成你要匹配bean的id值
若上述都正确,那可能是配置文件applicationContext.xml位置问题
新人,纯属个人建议本回答被提问者和网友采纳

以上是关于SSH中spring的applicationContext.getBean(name)空指针的主要内容,如果未能解决你的问题,请参考以下文章

spring applicationContext

解决spring boot中普通类中使用service为null 的方法

spring_03ApplicationContext三种经常用到的实现

Springset注入(掌握)

websocket无法注入问题解决方案

在SSH框架中使用Spring的好处