springboot 使用JSP

springboot 使用JSP 1. 添加依賴 <!-- 引入 springboot 內嵌的 tomcat 對 JSP 的解析包 --> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> </dependency> <!-- s
相關文章
相關標籤/搜索