org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: “class path resource [templates//index.html]”)
访问项目首页报错,错误如下:
org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates//index.html]")
Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "map.user.headerUrl" (template: "/index" - line 123, col 12)
Caused by: org.springframework.expression.spel.SpelEvaluationException: EL1007E: Property or field 'headerUrl' cannot be found on null
错误定位至前端页面index.html
原因:在testInsertDiscussPost类里对数据库表discuss_post插入一行,导致user_id没有对应的用户,从而报错
解决办法:删掉插入的一行