SpringBoot 從零開始學習(五) 之視圖層技術整合jsp

1.首先要在pom.xml 中 添加jsp支持的依賴或者座標: <!-- 添加jtl 標籤庫的座標支持 --> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> </dependency> <!-- 添加jasper jsp處理的引擎 --> <dependency>
相關文章
相關標籤/搜索