Copy the springboot project in IDEA

Copy the springboot project in IDEA

  • core:
    • Copy, delete, modify, import

1. Find the project that needs to be copied, copy and rename it.
Insert image description here
2. Delete the configuration files related to Idea, and keep only the src directory and pom.xml file.
Insert image description here
3. Modify the artifactId, name, and description attributes in the pom.xml file to the copied project name.
Insert image description here
4. Import the copied project into IDEA (only screenshot the part that needs to be selected)
Insert image description here
and select the copied project.
Insert image description here
Insert image description here
It is completed as follows.
Insert image description here

Guess you like

Origin blog.csdn.net/weixin_52173254/article/details/127254352