springboot對jsp的支持

springboot默認支持的視圖層技術不是jsp,而是freemarker。 添加依賴便可web <!-- 添加springboot對jsp的支持,解析jsp --> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <scope>
相關文章
相關標籤/搜索