使用thymeleaf踩的坑

An error happened during template parsing (template: “class path resource [templates/index.html]”)

在开发springboot的时候,进行modelAndView 视图层映射的时候报错 An error happened during template parsing (template: "class path resource [templates/index.html]")

index页面作为其他分页查询的基础模板怎么会在单独的这一个模块报错而其他的模块全不报错呢。

debug了一个小时之后发现是有一条数据没有标题,是必填字段在index上必须显示,导致一直报错。

你可能感兴趣的:(使用thymeleaf踩的坑)