天天看点

解决thymeleaf模板的html标签不提示

今天学习了下thymeleaf3,感觉确实很新颖,但是在写html静态页面时遇到标签不提示,即<th:没有东西,解决如下:

这是因为没有安装thymeleaf插件的缘故,打开eclipse的 window-->help -->install new sofrware-->add

解决thymeleaf模板的html标签不提示
解决thymeleaf模板的html标签不提示

填入name,Location地址为:http://www.thymeleaf.org/eclipse-plugin-update-site/

一路确定,安装完后重启eclipse即可。

继续阅读