# springboot-project-archetype **Repository Path**: shumc/springboot-project-archetype ## Basic Information - **Project Name**: springboot-project-archetype - **Description**: springboot应用脚手架 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-01-13 - **Last Updated**: 2022-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-project-archetype #### 介绍 springboot应用脚手架 #### 软件架构 软件架构说明 #### 使用说明 ##### 准备工作 项目安装到本地或上推到maven私服 ​ 1.拉取本项目到本地 ​ ​ 2.安装项目到maven仓库(本地or私服) ​ maven clean ​ maven compile ​ maven install ​ maven deploy(私服需要执行这个) ​ 3.idea 安装此maven 骨架 ​ File -> New -> Project ->Maven -> Add Archetype ![](images/img1.png) ​ 输入坐标信息 ``` com.undefined springboot-project-archetype 1.0.0-SNAPSHOT ``` ![](images/img2.png) ##### 开始使用 File -> New -> Project ->Maven 选择自己的模板骨架进行工程创建 ![](images/img3.png) 输入项目基本信息 ![](images/img4.png) 设置包路径 ![](images/img5.png) 点击Finish等待项目创建完毕 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技