springboot項目瀏覽器報錯:Whitelabel Error Page --There was an unexpected error (type=Not Found, status=404)


頁面訪問http://localhost:8080/hello

 

 

 

1.檢查url是否正確

下面的是 :http://localhost:8080/hello

 

 

 

 

下面的是 : http://localhost:8080/111/hello

 

 

上面的路徑對我沒用,檢查pom.xml ,添加thymeleaf依賴 成功訪問。

 

<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM