jstl-functions

Unable to import taglibs using JSTL on Java 11 Spring Boot project

大憨熊 提交于 2020-08-10 20:12:10
问题 First of all I would like to say I found threads on SO talking about this problem (even 2020 comments) and none of them helped me fix this problem. I am migrating project from java 8 (Oracle SDK) to java 11 (AdoptOpenJDK, last version of java 11). I am using maven, spring boot and jstl (beside of other dependencies that does not affect this problem). The IDE is Intellij IDEA Spring Boot release is 2.2.4, jstl is imported like this (in pom.xml): <dependency> <groupId>jakarta.servlet.jsp.jstl<