# base-framework **Repository Path**: PuJin/base-framework ## Basic Information - **Project Name**: base-framework - **Description**: 通用后端框架 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-11 - **Last Updated**: 2021-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # base-framework #### 介绍 通用前后端底层框架 #### 软件架构 - spring-2.2.7 - mysql-5.7 - nacous-1.4.1 - swagger-2.9.2 - redis - mybatis - nginx - redis #### 部署流程 1. 启动nacos ``` windows: .\startup.cmd -m standlone ``` 2. 启动后台服务ServerPortalApplication #### 使用说明 - nacos: 127.0.0.1:8848 - swagger: http://127.0.0.1:8091/doc.html #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request