springboot如何使用jsp

springboot默認是不支持jsp的,要想用jsp的話,須要導一個插件,在pom.xml裏添加依賴,而且把打包方式改成war包 <!--配置支持jsp插件--> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> </depend
相關文章
相關標籤/搜索