SpringBoot 3.0.0 이상의 버전에서 오류가 날 경우
implementation 'javax.servlet:jstl' 대신
implementation 'org.glassfish.web:jakarta.servlet.jsp.jstl:3.0.0' 으로 대체한다