Can not find the tag library descriptor for "http://www.springframework.org/security/tags"

添加spring-security-taglibs的包依赖

<dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>spring-security-taglibs</artifactId>
    <version>4.1.0.RELEASE</version>
    <type>jar</type>
    <scope>compile</scope>
    </dependency>

posted on 2017-08-07 12:30  worldpeace7  阅读(727)  评论(0编辑  收藏  举报