在使用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.