# demo **Repository Path**: who7708/demo ## Basic Information - **Project Name**: demo - **Description**: maven 多模块模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # maven 多模块模板 ## 结构如下 ``` ├─module1 │ ├─src │ ├─main │ │ ├─java │ │ └─resources │ └─test │ └─java │ └─resources └─module2 ├─src ├─main │ ├─java │ └─resources └─test └─java └─resources ```