强制Intellij IDEA重新读取所有maven依赖项

强制Intellij IDEA重新读取所有maven依赖项

问题描述:

如何强制intellij想法重新读取/更新pom文件中指定的所有依赖项?

How to force intellij idea to reread/update all dependencies specified in the pom file ?

Ctrl + Shift + A 找到动作,输入reimport,你会发现Reimport All Maven Projects。

Press Ctrl+Shift+A to find actions, and input "reimport", you will find the "Reimport All Maven Projects".

在Mac上,请改用 + + A

On a Mac, use ++A instead.