springboot项目浏览器报错:There was an unexpected error (type=Not Found, status=404).
报错信息
springboot+thymeleaf项目,运行时页面报错信息如下:
解决方法
1、引入thymeleaf
查看是否忘记引入了thymeleaf依赖,没有引入则在mawen的pom.xml文件引入
2、检查访问地址是否正确
检查访问地址是否写正确,地址应该为controller的路径加上RequestMapping的路径。
如下代码的访问地址为:http://localhost:8080/login