JSTL 라이브러리가 없거나 구버전 사용시 발생함.
build.gradle 에 추가


// JSTL
implementation('javax.servlet:jstl:1.2')
implementation('org.apache.tomcat.embed:tomcat-embed-jasper:10.0.14')

 

Posted by 철냄비짱
,