Whitelabel Error Page
解決辦法,添加依賴:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
原因:springboot 在啟動 thymeleaf 時,會根據 ThymeleafAutoConfiguration 自動去認


