javax.servlet.jsp.JspException cannot be resolved to a type
添加 jsp-api的jar包;
1 <dependency> 2 <groupId>org.apache.tomcat</groupId> 3 <artifactId>jsp-api</artifactId> 4 <version>6.0.53</version> 5 </dependency>
博客园地址:https://www.cnblogs.com/lixiuming521125/

浙公网安备 33010602011771号