Spring boot中使用JSP

创建jsp页面 在pom.xml文件中引入依赖 <!--引入Spring Boot内嵌的Tomcat对JSP的解析包--> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> </dependency> <!-- servlet依赖的jar包st
相关文章
相关标签/搜索