<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
原因:springboot 在启动 thymeleaf 时,会根据 ThymeleafAutoConfiguration 自动去认
springBoot 没有跳转到指定页面
原文:https://www.cnblogs.com/xiluhua/p/9784063.html