如何让 Spring Tools Suite 识别 spring 注释

How can I get Spring Tools Suite recognize the spring annotations

我从 GitHub 中提取了一个存储库,并在 Spring 工具套件中打开了该项目。这是一个带有许多注释的 spring 引导项目,但 STS 无法识别其中任何一个。错误都像 "Autowired cannot be resolved to a type".

之前用过STS,自己创建的项目都可以正常运行,注解也能识别。

我在 Stack Overflow 上搜索了一些答案,他们说我需要在我的构建路径中包含 maven,我试过了,但它仍然阻止我出错。

如何让STS正常运行并识别注解?

将它作为一个 gradle 项目导入,然后看到神奇的事情发生了......:)