thymeleaf There was an unexpected error (type=Internal Server Error, status=500).
程序员文章站
2022-05-29 17:50:35
...
thymeleaf There was an unexpected error (type=Internal Server Error, status=500).
使用thymeleaf依赖,无法访问html文件,解决方法有以下几种可能:
1. 未加载thymeleaf依赖,打开pom.xml,加入依赖:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
2. html文件有问题,无法解析
3. 以上都不是
那可能是各种问题,数据库、页面跳转设置问题,这种情况是后端出现故障
这个时候,打开console,一定能找到ERROR输出,查找原因,比如我这里问题是:
这是由于:
也就是thymeleaf+layui加载页面渲染时出现问题,这个时候需要找到对应的解决方法解决即可。
上一篇: 关于Mybatis的各种配置文件
推荐阅读
-
解决SpringBoot下delete请求不可用There was an unexpected error (type=Method Not Allowed, status=405).
-
Idea-SpringBoot:There was an unexpected error (type=Not Found, status=404). /WEB-INF/page//XX.jsp
-
An unexpected error prevented the server from fulfilling your request. (HTTP 500)
-
php+redis在实际项目中HTTP 500: Internal Server Error故障排除
-
php+redis在实际项目中HTTP 500: Internal Server Error故障排除
-
Error -26612: HTTP Status-Code=500 (Internal Server Error) 博客分类: 01-loadrunner场景部分经验总结
-
Error -26612: HTTP Status-Code=500 (Internal Server Error) 博客分类: 01-loadrunner场景部分经验总结
-
flask:Failed to load resource: the server responded with a status of 500 (INTERNAL SERVER ERROR)
-
求各路大侠 指教!HTTP Error 500 (Internal Server Error)解决办法
-
Flask框架返回GET请求的参数为什么会导致500 Internal Server Error?