解决There was an unexpected error (type=Internal Server Error, status=500)问题(使用Thymeleaf报错)
程序员文章站
2022-05-29 16:47:24
...
错误详情
今天自己看视频写一个小demo时,前端使用Thymeleaf框架进行搭建,启动SpringBoot项目时,报了如下图所示的错误
查找问题
经过检查对数据库查询语句和其他代码的一系列测试之后,发现都没有错误,然后在网上找了大量的博客,说实话,真没发现多少有用的东西,或许是因为问题不一样吧,不过呢,还好最后找到了两篇对自己比较有用的博客,虽然问题有点不一样,但确实解决了我的问题。
这里先把两位老哥的博客地址贴一哈
第一篇博客主要是说依赖的问题
springboot+thymeleaf视图映射报错:There was an unexpected error (type=Not Found, status=404)
第二篇博客主要是使用thymeleaf的坑
解决thymeleaf 现 There was an unexpected error (type=Internal Server Error, status=500).
解决
1、首先我检查我的thymeleaf的语法问题,全部找完之后,再次部署项目之后启动项目还是报错
2、然后我参考了第一篇博客添加了thymeleaf的相关依赖(如下面所示)之后,再次启动项目就没有问题。
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
=========================================
如果博客有写的不对的地方,欢迎大家指出。
最后,我就想默默的吐槽一句 ,为啥那个视频没有添加这个依赖运行项目就没有问题,然后我就有问题呢?????如果有哪位老哥知道,麻烦指点一哈。
推荐阅读
-
thymeleaf There was an unexpected error (type=Internal Server Error, status=500).
-
There was an unexpected error (type=Internal Server Error, status=500). Circular view path [/login]:
-
Spring boot 出现 There was an unexpected error (type=Internal Server Error, status=500)
-
出现There was an unexpected error (type=Internal Server Error, status=500).
-
解决There was an unexpected error (type=Internal Server Error, status=500)问题(使用Thymeleaf报错)
-
There was an unexpected error (type=Internal Server Error, status=500). getWriter() has already been
-
There was an unexpected error (type=Internal Server Error, status=500). Could not parse as each: “us
-
Spring 错误There was an unexpected error (type=Internal Server Error, status=500)解决方法