springBoot 没有跳转到指定页面

Posted xiluhua

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springBoot 没有跳转到指定页面相关的知识,希望对你有一定的参考价值。

Whitelabel Error Page

 
解决办法,添加依赖:
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>

 

原因:springboot 在启动 thymeleaf 时,会根据 ThymeleafAutoConfiguration 自动去认

 

 

以上是关于springBoot 没有跳转到指定页面的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot 异常处理

微信小程序页面跳转的问题(app.json中设置tarBar后wx.redirectTo和wx.navigateTo均不能实现跳转到指定的页面)

如何用js添加点击事件,点击后跳转到指定动态页面

html自动点击链接后跳转到指定页面

点击浏览器返回按钮能跳转到指定页面。求js代码

js如何判断一个页面是不是已跳转到指定的页面了呢