IntelliJ: Maven projects need to be imported: Import Changes Enable Auto-Import

后端 未结 1 1065
说谎
说谎 2021-02-05 09:09

upon creating a new maven project I get the popup box saying

     \"Maven projects need to be imported: Import Changes Enable Auto-Import\"

The

1条回答
  •  盖世英雄少女心
    2021-02-05 09:48

    Select this check box, if you want IntelliJ IDEA to perform reimport automatically each time you change your pom.xml.
    

    From the documentation.

    In other words it just automatically updates project details upon POM change. Generally it tells IDEA that, for example, dependencies for those new external classes you started using in your code can be found in updated version of POM.

    Here is some information about it as well.

    0 讨论(0)
提交回复
热议问题