# customized-maven-archetype **Repository Path**: jackeylv/customized-maven-archetype ## Basic Information - **Project Name**: customized-maven-archetype - **Description**: A simple java application archetype by maven, with README.md/logback support. pom.xml adds the basic logging junit dependencies, and the building setting - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-16 - **Last Updated**: 2021-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # customized-maven-archetype #### 介绍 A simple java application archetype by maven, with README.md/logback support. pom.xml adds the basic logging junit dependencies, and the building setting #### 软件架构 软件架构说明 #### 安装教程 1. 安装到本地仓库 `mvn install` 2. 更新本地骨架资源库文件 `mvn archetype:update-local-catalog` 3. 使用骨架, 输入此命令根据提示选择骨架来创建项目 `mvn archetype:generate -DarchetypeCatalog=local` #### 使用说明 1. xxxx 2. xxxx 3. xxxx