欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

[springboot webservlet error]springboot @webservlet 注入service 报空指针

程序员文章站 2022-03-23 09:05:41
...

 

 

问题描述:

 

在 servlet用@Autowired 注入service参数,会报空指针,注入的bean找不到。这是因为我们的bean都是归spring容器管理的,但是servlet单独有一个容器,归tomcat管理,所以这样注入是有问题的
 

处理方法:

 

增加代码:

   @Override
   public void init(ServletConfig config) throws ServletException {  
       SpringBeanAutowiringSupport.processInjectionBasedOnServletContext(this, config.getServletContext()); 
   } 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

捐助开发者 

在兴趣的驱动下,写一个免费的东西,有欣喜,也还有汗水,希望你喜欢我的作品,同时也能支持一下。 当然,有钱捧个钱场(支持支付宝和微信 以及扣扣群),没钱捧个人场,谢谢各位。

 

个人主页http://knight-black-bob.iteye.com/


[springboot webservlet error]springboot @webservlet  注入service 报空指针
            
    
    博客分类: springbootexception servletspringspringbootwebservlet空指针 [springboot webservlet error]springboot @webservlet  注入service 报空指针
            
    
    博客分类: springbootexception servletspringspringbootwebservlet空指针 [springboot webservlet error]springboot @webservlet  注入service 报空指针
            
    
    博客分类: springbootexception servletspringspringbootwebservlet空指针 
 
 
 谢谢您的赞助,我会做的更好!