Can not find the tag library descriptor of springframework

后端 未结 14 2005
一向
一向 2020-11-30 07:10

I\'m trying to follow the example of spring JPetStore but I get an error in the JSP pages in the line that references the lib tag spring:

Can not find the ta

14条回答
  •  隐瞒了意图╮
    2020-11-30 08:01

    If you are using maven use this dependency:

    
        org.springframework.security
        spring-security-taglibs
        3.1.4.RELEASE
    
    

提交回复
热议问题