1. 程式人生 > >springBoot 沒有跳轉到指定頁面

springBoot 沒有跳轉到指定頁面

沒有 auto div spring autoconf clas thymeleaf framework nbsp

Whitelabel Error Page

技術分享圖片

解決辦法,添加依賴:
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>

原因:springboot 在啟動 thymeleaf 時,會根據 ThymeleafAutoConfiguration 自動去認

技術分享圖片

springBoot 沒有跳轉到指定頁面