IDEA create multiple Module (modules) under a Project (Project)

  • IDEA to create a project using the tool, so that multiple modules were displayed at a engineering project as an example below to create a maven
  1. Click [File] -> [New] -> [Project]
    Here Insert Picture Description
  2. Click [Empty Project], then click [Next]
    Here Insert Picture Description
  3. Fill in the name of the project [Project name], then click [Finish]
    Here Insert Picture Description
  4. Next, create Module, click the [Modules] -> [New Module] -> click [Ok], create a new module
    Here Insert Picture Description
  5. Click [Maven], select the JDK version, click [Next]
    Here Insert Picture Description
  6. First fill GroupId and ArtifactId, and then click Next [Next]
    Here Insert Picture Description
  7. Here is the address maven repository, if you do not choose to change the default, click Next [Next]
    Here Insert Picture Description
  8. Fill in the name of the module and the storage location, click Next [Finish]
    Here Insert Picture Description
  9. Click here to direct [OK] to
    Here Insert Picture Description
  10. According to the above method of Module to create and then create a module, you can see two Module in the same Project.
    Here Insert Picture Description
Released nine original articles · won praise 1 · views 270

Guess you like

Origin blog.csdn.net/qq_41460383/article/details/104532614