SpringBoot學習筆記之JSP與freemarker支持

一、SpringBoot 支持JSP 先在pom.xml加入依賴 <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax.
相關文章
相關標籤/搜索