본문 바로가기
IT_tech/JAVA&JSP&스프링

can not find the tag library descriptor for http //java.sun.com/jsp/jstl/core

by 신드로 2019. 2. 7.

can not find the tag library descriptor for http //java.sun.com/jsp/jstl/core



에러가 발생 시 pom.xml에 디펜던시를 추가..


 <dependency>

   <groupId>jstl</groupId>

   <artifactId>jstl</artifactId>

   <version>1.2</version>

  </dependency>




빌드 후 해결