解决idea中"http://java.sun.com/jsp/jstl/cor"爆红问题

1.https://blog.csdn.net/qq_37542292/article/details/81133997
2.主要导入这两个包就可以了

<dependency>
            <groupId>javax.servlet.jsp.jstl</groupId>
            <artifactId>jstl-api</artifactId>
            <version>1.2</version>
        </dependency>
        <!-- https://mvnrepository.com/artifact/taglibs/standard -->
        <dependency>
            <groupId>taglibs</groupId>
            <artifactId>standard</artifactId>
            <version>1.1.2</version>
        </dependency>
posted @ 2022-01-03 22:04  小罗要有出息  阅读(1367)  评论(0)    收藏  举报