使用maven添加HttpJspBase所在的依赖

<!-- https://mvnrepository.com/artifact/tomcat/jasper-runtime -->
<dependency>
    <groupId>tomcat</groupId>
    <artifactId>jasper-runtime</artifactId>
    <version>5.5.23</version>
</dependency>
原文地址:https://www.cnblogs.com/mryx/p/14256771.html