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>
上一篇: 将字符串中abc删除
下一篇: 修改node.js默认的npm安装目录
推荐阅读
-
spring boot jst 模板报404 There was an unexpected error (type=Not Found, status=404).
-
There was an unexpected error (type=Not Found, status=404)---采用layui出现的问题
-
idea:springboot整合jsp出现的错误:There was an unexpected error (type=Not Found, status=404). /WEB-INF/jsp。。
-
springboot中unexpected error (type=Not Found, status=404)/WEB-INF/upload.jsp和No message available解决方案
-
Whitelabel Error Page There was an unexpected error (type=Not Found, status=404). No message availab
-
浏览器请求spring-boot模块项目报:There was an unexpected error (type=Not Found, status=404).
-
springboot集成jsp,There was an unexpected error (type=Not Found, status=404). No message available
-
springboot+thymeleaf视图映射报错:There was an unexpected error (type=Not Found, status=404)
-
小白踩坑记:springboot运行一直报错:There was an unexpected error (type=Not Found, status=404).
-
打开swagger-ui.html报There was an unexpected error (type=Not Found, status=404)