IDEA中thymeleaf页面变量报错

 IDEA在thymeleaf页面编写变量,如${user.id}会出现红色波浪下划线错误,提示Validates unresolved references and invalid expressions.

IDEA中thymeleaf页面变量报错_第1张图片

解决办法:可以选择直接关掉了thymeleaf的检测。

你可能感兴趣的:(IDE)