Errors
jstl이 갑자기 인식이 안될 때 ㄷㄷ
응애개발자 애기
2021. 10. 20. 09:37
728x90
반응형
Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
메이븐 디펜던시를 추가해보세요~
728x90