Spring Boot Whitelabel Error page (type=Not Found, status=404)

前端 未结 5 2247
离开以前
离开以前 2021-02-19 10:31

Good afternoon! I\'m starting spring studies, I\'m following a tutorial the same way, but it returns an error:

Folder structure:

The strange th

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-19 10:53

    verify that you have the correct thymeleaf dependency within your pom.xml:

    
        org.springframework.boot
        spring-boot-starter-thymeleaf      
    
    

提交回复
热议问题