Can not find the tag library descriptor of springframework

后端 未结 14 1997
一向
一向 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 07:49

    I was using Spring-Boot, For me cut-paste of below in Pom.xml worked. May be file wasnt in sync.

    
            org.springframework.boot
            spring-boot-starter-web
    
    

提交回复
热议问题