# spring-boot-one **Repository Path**: mapull/spring-boot-one ## Basic Information - **Project Name**: spring-boot-one - **Description**: 基于spring-boot 1.x版本构建的演示项目,每个模块单独成一个体系。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-one #### 介绍 基于spring-boot 1.x版本构建的演示项目,每个模块单独成一个体系。 #### 软件架构 软件架构说明:原则上每个模块间相互独立。 ``` . ├── springdoc-openapi OpenAPI 3.0 文档演示 ├── springfox-swagger Swagger 2.0 文档演示 | ├── pom.xml | └── README.md └── chapter-2 ├── pom.xml └── README.md ``` #### 安装教程 1. 每个模块可单独运行 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request