The type javax.servlet.ServletContext and javax.servlet.ServletException cannot be resolved

前端 未结 5 2113
情书的邮戳
情书的邮戳 2020-12-14 01:06

I\'m trying to include Spring Security to my web project, i\'m following this tutorial http://docs.spring.io/spring-security/site/docs/current/guides/html5//helloworld.html<

5条回答
  •  庸人自扰
    2020-12-14 01:49

    try setting the updated parent, like this:

    
        org.springframework.boot
        spring-boot-starter-parent
        1.3.6.RELEASE
        
    
    

    this solved for me.

提交回复
热议问题