Project configuration is not up-to-date with pom.xml

导入maven工程后,出现如下错误:

Description    Resource    Path    Location    Type
Project configuration is not up-to-date with pom.xml. Run project configuration update    rdc        line 1    Maven Configuration Problem

解决办法就是:

右键项目,【Maven】--》【Update Project Configuration...】

 

原文地址:https://www.cnblogs.com/exmyth/p/3182283.html