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
相關文章
相關標籤/搜索