When creating a maven project in idea, the page for entering groupid cannot be found

Today I found a very interesting little problem while watching the video to learn. Due to the inconsistency between our own version of idea and the version of the idea in the video or other reasons, when creating a maven project, there is no setting in the video shown in the figure below The page of groupid and artifactid.
Insert picture description here
And the page that appears after we have selected jdk->next is as follows:
Insert picture description hereSeeing this is at a loss, why don't you just let it finish without setting the groupid?
Take a closer look, and the solution to the problem is right in front of your eyes. The Artifact Coordinates under the path is not that simple at first glance. Click to open and you can set the coordinates.
Insert picture description hereSummary:
It is another small problem in the learning process, but these small details often become a pit, and sometimes we will short-circuit for a while and get stuck in this pit. Therefore, I think that when doing projects or learning knowledge based on videos, it is best to match various versions to it, so that in the process of self-study without the guidance of a teacher, can we avoid the inconsistencies caused by the different versions. Kind of pit. . .

Guess you like

Origin blog.csdn.net/weixin_43935558/article/details/107842432