欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Whitelabel Error Page There was an unexpected error (type=Not Found, status=404). No message availab

程序员文章站 2022-03-03 17:06:24
...

我出现这个问题,找了好多,都没解决,最后发现配置错了,pom.xml中的依赖引入错了,html出现不了,应该引入的是

<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-thymeleaf -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
    <version>2.1.2.RELEASE</version>
</dependency>