Can not find the tag library descriptor of springframework

后端 未结 14 2007
一向
一向 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:52

    Core dependencies for tag library:

    > 
            org.springframework.security
            spring-security-taglibs
    
    
            org.springframework.boot
            spring-boot-starter-security
    
            org.springframework.boot
            spring-boot-starter-data-rest
    
    

提交回复
热议问题