hanker

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

SPRING/SPRING-ERROR

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

hanker 2020. 10. 26. 11:55

 

프로젝트 진행 중 security/tags 를 인식을 못했다.

 

 

pom.xml 에 security taglib을 등록 안해서 뜬 에러였다.

 

 

<dependency>
	<groupId>org.springframework.security</groupId>
	<artifactId>spring-security-taglibs</artifactId>
	<version>4.2.4.RELEASE</version>
</dependency>

 

 

등록 후 오류 없어짐