强制 Intellij IDEA 重新读取所有 maven 依赖项
问题描述:
如何强制intellij idea重新读取/更新pom文件中指定的所有依赖项?
How to force intellij idea to reread/update all dependencies specified in the pom file ?
答
按 Ctrl+Shift+A 查找动作,并输入重新加载",您将找到重新加载所有 Maven 项目".
Press Ctrl+Shift+A to find actions, and input "reload", you will find the "Reload All Maven Projects".
在 Mac 上,请改用 ⌘+⇧+A.
On a Mac, use ⌘+⇧+A instead.