@SpringBootApplication无法解析为 STS 中的类型

我对 STS 很陌生。我在堆栈溢出中搜索此错误。我没有找到正确的匹配答案。

我能够在STS的MavenDependencies seciton中看到该类,但无法在我的java类中添加注释。

enter image description here您的帮助将得到通知。谢谢

enter image description here


答案 1

转到您的 maven 存储库目录 对于以下路径上的窗口,然后删除文件夹。C:\Users\YourUser\.m2\repository\org\springframework\bootspring-boot-autoconfigure

现在去日食 。Right click on project -> Maven -> Update Project

这为我解决了问题。


答案 2

从命令行运行波纹管命令

mvn clean dependency:tree
mvn clean compile

选择项目并进行 maven->更新 这解决了我的问题


推荐