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 没有跳转到指定页面的主要内容,如果未能解决你的问题,请参考以下文章
微信小程序页面跳转的问题(app.json中设置tarBar后wx.redirectTo和wx.navigateTo均不能实现跳转到指定的页面)