首先pom.xml里面要导入thymeleaf的依赖
然后在html中加入 xmlns:th="http://www.thymeleaf.org"
最后点击file ---> settings 查看插件是否使用 未使用点击打勾重启
关于IDEA编译器在初次使用thymeleaf 引入无效 , 导致th无法使用的原因
原文:https://www.cnblogs.com/lz549426/p/10629609.html