在IDEA中配置spring boot 對jsp頁面的支持

現在前後的分離的,一般springboot 就用來做後臺restful 接口,那麼如果要前後端合併在springboot呢?可以通過下面幾個簡單的步驟,增加對jsp的支持。 (1)pom增加依賴: <!--springboot tomcat jsp 支持開啓--> <dependency>        <groupId>org.apache.tomcat.embed</groupId>    
相關文章
相關標籤/搜索