Whitelabel Error Page
解决办法,添加依赖:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
原因:springboot 在启动 thymeleaf 时,会根据 ThymeleafAutoConfiguration 自动去认
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
原因:springboot 在启动 thymeleaf 时,会根据 ThymeleafAutoConfiguration 自动去认
转载于:https://www.cnblogs.com/xiluhua/p/9784063.html