springboot配置對jsp頁面的解析支持

pom.xml文件配置依賴信息 <!--引入Spring Boot內嵌的Tomcat對JSP的解析包,不加解析不了jsp頁面--> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> </dependency>   還有一些可選包 <!-
相關文章
相關標籤/搜索