springBoot 没有跳转到指定页面

Whitelabel Error Page

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

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

猜你喜欢

转载自www.cnblogs.com/xiluhua/p/9784063.html