# test.parent **Repository Path**: simafeiwu/test.parent ## Basic Information - **Project Name**: test.parent - **Description**: 一个Maven多模块项目模板 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-26 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test.parent #### 介绍 一个Maven多模块项目模板   test-parent (父级)     ---pom.xml         ---test-core(核心层)         ---pom.xml         ---test-admin(管理模块层)         ---pom.xml         ---test-modules         ---pom.xml 总结来说,要先创建一个maven-project 项目,packaging要为pom。 然后,在这个project下创建maven-module项目模块。 一个project下可以有多个module。 一个project下也可以继续创建project,子project下又继续分多个module