Intellij idea thymeleaf 在 spring boot 项目中完成

Posted

技术标签:

【中文标题】Intellij idea thymeleaf 在 spring boot 项目中完成【英文标题】:Intellij idea thymeleaf completion in spring boot project 【发布时间】:2016-11-30 01:55:09 【问题描述】:

我在 Intellij idea 中的 SpringBoot / Thymeleaf 项目中遇到代码辅助问题。

我已经使用 gradle 建立了一个简单的 Spring boot 项目,我想使用 thymeleaf 作为模板引擎;但是我的 html 页面中没有任何代码帮助。

应用程序运行正常,但是我唯一的代码帮助是针对 i18n 消息,没有针对 POJO 或任何其他东西的代码帮助。

我的项目配置了 Spring facet。

我在跑步:

Intellij Idea 2016.2 弹簧靴 1.3.6

我是否必须在项目中执行其他任何操作才能使其正常工作?

谢谢

尤利斯

【问题讨论】:

【参考方案1】:

实际上这是 Intellij 的一个已知错误:

https://youtrack.jetbrains.com/issue/IDEA-132738

目前还没有修复但只有一种解决方法:

<!--/*--><!--@thymesVar id="loginFormBean" type="sample.system.login.LoginFormBean"--><!--*/-->

【讨论】:

以上是关于Intellij idea thymeleaf 在 spring boot 项目中完成的主要内容,如果未能解决你的问题,请参考以下文章

Thymeleaf:Intellij 上的“找不到要前往的声明”错误

IntelliJ中的Spring boot + thymeleaf:无法解析变量

使用片段时 Intellij 无法正确识别 Thymeleaf 模型变量

如何将 Spring 控制器映射到它们的 thymeleaf 视图(intellij14)

Intellij+Springboot+Thymeleaf+gradle - 自动重载html资源

thymeleaf-spring4:jar 找不到工件 - gradle intellij