# gulimall **Repository Path**: rayzll/gulimall ## Basic Information - **Project Name**: gulimall - **Description**: 谷粒商城 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-26 - **Last Updated**: 2021-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gulimall #### 介绍 谷粒商城 #### 软件架构 全系统采用微服务构建,每一套系统都遵循独立自治的原则,即数据库,应用程序,服务资源 独立运行, 网关统管权限,负载均衡到微服务 外层 ngunix 负载均衡到网关,由网关统一鉴权负载均衡到微服务系统 各个微服务均可大规模集群部署用以处理海量数据请求与并发,模拟淘宝,京东等大型电商平台架构构建 springboot 和 spring cloud 以及spring-cloud-alibaba 对应的版本一定要一一对应 本项目使用springboot → 2.2.5; spring cloud → Hoxton.SR12(支持的springboot版本:"Hoxton.SR12": "Spring Boot >=2.2.0.RELEASE and <2.4.0.M1") spring-cloud-alibaba版本:2.2.1.RELEASE spring-cloud-alibaba 版本支持请看: https://gitee.com/mirrors/Spring-Cloud-Alibaba/blob/master/README-zh.md (spring cloud alibaba 官方文档 gitee码云提供代码托管) 在文档最后有说明: 由于 Spring Boot 1 和 Spring Boot 2 在 Actuator 模块的接口和注解有很大的变更,且 spring-cloud-commons 从 1.x.x 版本升级到 2.0.0 版本也有较大的变更, 因此我们采取跟 SpringBoot 版本号一致的版本: 1.5.x 版本适用于 Spring Boot 1.5.x 2.0.x 版本适用于 Spring Boot 2.0.x 2.1.x 版本适用于 Spring Boot 2.1.x 2.2.x 版本适用于 Spring Boot 2.2.x 2021.x 版本适用于 Spring Boot 2.4.x 请注意创建项目的时候,一定要选择匹配的版本 springboot、spring cloud、spring cloud alibaba 三者版本对应 本项目为了方便统一的版本和资源管理,创建了全系统公共资源 gulimall-common 该项目统一配置了spring cloud和spring cloud alibaba 版本 统一配置全系统公共组件库依赖,注册中心,配置中心等一系列系统公共组件的配置与服务的依赖,该项目为核心库不可或缺 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)