码迷,mamicode.com
首页 > 编程语言 > 详细

新建的springboot跳转页面404的问题

时间:2018-06-22 18:25:15      阅读:460      评论:0      收藏:0      [点我收藏+]

标签:result   response   maven   code   新建   invoke   wro   running   status   

start.spring.io下载的maven项目,功能选择的web,部署到本地后controller断点能击中,但retrun后提示404,同时后台打印一条error日志

Cannot forward to error page for request [/] as the response has already been committed. As a result, the response may have the wrong status code. If your application is running on WebSphere Application Server you may be able to resolve this problem by setting com.ibm.ws.webcontainer.invokeFlushAfterService to false

解决方法

  pom.xm引入

<dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-thymeleaf</artifactId>
        </dependency>

就好了。

 

新建的springboot跳转页面404的问题

标签:result   response   maven   code   新建   invoke   wro   running   status   

原文地址:https://www.cnblogs.com/s1956/p/9214742.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!