Can not find the tag library descriptor of springframework

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

    If you want direct link:

    https://github.com/spring-projects/spring-framework/blob/master/spring-webmvc/src/main/resources/META-INF/spring-form.tld

    Or from repos:

    JCenter : link

    Maven Central : link

    And if you need as Gradle dependency:

    compile 'org.springframework:spring-webmvc:4.1.6.RELEASE

    More information about spring-form: http://docs.spring.io/spring/docs/current/spring-framework-reference/html/spring-form.tld.html

提交回复
热议问题