MAVEN关于jstl

应该在pom.xml文件中添加
<!-- 添加jstl包 -->
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.1.2</version>
</dependency>
<!-- 添加 standard包 -->
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
</dependency> 

你可能感兴趣的:(maven,xml)