在IDEA中配置spring boot 对jsp页面的支持

现在前后的分离的,一般springboot 就用来做后台restful 接口,那么如果要前后端合并在springboot呢?可以通过下面几个简单的步骤,增加对jsp的支持。 (1)pom增加依赖: <!--springboot tomcat jsp 支持开启--> <dependency>        <groupId>org.apache.tomcat.embed</groupId>    
相关文章
相关标签/搜索