在使用Intelij IDEA的時候,發現核心的組件沒有被更新,於是發現了這篇文章可以解決這個問題:
Force Intellij IDEA to reread all maven dependencies
具體說來就是:
Press CTRL+SHIFT+A to find actions, and input "reimport", you will find the "Reimport All Maven Projects".
On a Mac, use CMD+SHIFT+A instead.