确保依赖项列表中包含jasper和jstl:
<dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> </dependency>
这是一个正在工作的入门项目-https://github.com/spring-projects/spring-
boot/tree/master/spring-boot-samples/spring-boot-sample-web-
jsp



