springboot 没有跳转到指定页面
Whitelabel Error Page
解决办法,添加依赖:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
原因:springboot 在启动 thymeleaf 时,会根据 ThymeleafAutoConfiguration 自动去认



浙公网安备 33010602011771号