# gpmall **Repository Path**: weizhidb/gpmall ## Basic Information - **Project Name**: gpmall - **Description**: 【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-06-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![1566284996878](README.assets/1566284996878.png) [![license](https://img.shields.io/hexpm/l/plug.svg?style=flat-square)](https://github.com/2227324689/ToBeBetter/blob/master/LICENSE) [![issues](https://img.shields.io/bitbucket/issues-raw/2227324689/ToBeBetter.svg?style=flat-square)](https://github.com/2227324689/gpmall/issues) [![constract us](https://img.shields.io/badge/contract%20us-%E5%AE%98%E7%BD%91-brightgreen.svg?style=flat-square)](https://www.gupaoedu.com) [![origin](https://img.shields.io/badge/origin-%E5%92%95%E6%B3%A1%E5%AD%A6%E9%99%A2-yellowgreen.svg?style=flat-square)](https://www.gupaoedu.com) [![blog](https://img.shields.io/badge/blog-%E5%8D%9A%E5%AE%A2-orange.svg?style=flat-square)](https://istio.tech) [![author](https://img.shields.io/badge/author-Mic-blue.svg?style=flat-square)](#) [![Gpmall](https://img.shields.io/badge/linked-gpmall-red.svg?style=flat-square)](#) ![hits](http://hits.dwyl.io/gpmall/gpmall.svg?style=flat-square) [![community](https://img.shields.io/badge/community-%E6%8A%80%E6%9C%AF%E7%A4%BE%E5%8C%BA-lightgrey.svg?style=flat-square)](https://gper.club) # 咕泡商城- 微服务架构实战 咕泡商城是[咕泡学院](https://www.gupaoedu.com) Java架构课程中,帮助学员对于技术更好落地的一个实战项目,项目基于springboot2.1.6.RELEASE+Dubbo2.7.3 来构建微服务。 业务模块划分,尽量贴合互联网公司的架构体系。所以,除了业务本身的复杂度不是很高之外,整体的架构基本和实际架构相差无几。 但实际上,真实的生产级的项目由于用户量以及业务的复杂度,会变得非常复杂。 所以我们会让更多的人参与进来,从需求、设计、解决方案等方面出发来对项目进行迭代,从而培养出一定的 实际解决方案的经验和能力。 # 应用架构图 ![1565533924343](README.assets/1565533924343.png) ## 项目演示地址 * 商场系统演示地址:http://vip.istio.tech * 后台管理系统:开发中.. # 项目用到的技术 项目采用前后端分离开发,前端需要独立部署。目前核心的技术栈采用的是SpringBoot2.1.5.RELEASE+Dubbo2.7.2, ## 前端使用的技术 * nodejs * axios * es6 * vue * sass * Element UI * webpack * vue router * mockjs ## 后端使用的技术 后端的主要架构是基于springboot+dubbo+mybatis. * SpringBoot2.1.6 * Mybatis * Dubbo2.7.2 * Zookeeper * Mysql * Redis * Elasticsearch * Kafka * druid * Docker * mybatis generator * Sentinel # 项目模块说明 | db_script 本项目的数据库脚本 | 使用mysql | 暂时未做分表处理,不过有考虑到分表的情况 | | ------------------------------------------------------------ | --------- | ---------------------------------------------------- | | gpmall-cashier 收银台,负责支付相关的交互逻辑 | web项目 | 8083端口 | | gpmall-commons 公共的组件 | jar | 公共组件,很多地方都有引用,改动的时候要注意 | | gpmall-front 咕泡商城的前端项目 | 前端项目 | 使用vue、node、es等前端技术开发 | | gpmall-parent 父控文件,用来统一管理所有jar包 | 父控文件 | 用来统一管理所有项目的jar包的版本 | | gpmall-shopping 商品/购物车/首页渲染等交互 | web项目 | 8081端口 | | gpmall-user 提供用户相关的交互,如登录、注册、个人中心等 | web项目 | 8082端口 | | market-service 促销活动的Dubbo服务【暂时未联调完成,可以不启动】 | dubbo服务 | 20884端口 | | pay-service 提供支付处理能力 | dubbo服务 | 20883端口 | | shopping-service,提供购物车、推荐商品、商品等服务 | dubbo服务 | 20881端口 | | user-service ,提供用户相关服务 | dubbo服务 | 20880端口 | | order-service ,提供订单服务 | dubbo服务 | 20882端口 | | PRD | | 存放prd需求文档,有想参与设计的同学,可以提供prd需求 | | wiki | | 帮助文档,需要每一位同学贡献自己的一份力量 | # 项目开发进度 ## 前台项目整体的规划有 * 首页渲染,轮播、自定义展示板块 * 商品查询、商品展示、商品详情 * 个人中心、用户注册、个人信息修改、收获地址维护 * 购物车、订单查询、下单、支付 * 促销活动 ![1565235690613](README.assets/1565235690613.png) ## 后台规划 # 效果图 ![](README.assets/项目演示图1.png) ![](README.assets/项目演示图2.png) ![](README.assets/项目演示图3.png) # 项目架构图 ![1565861422268](README.assets/1565861422268.png) # 如何贡献 非常欢迎您对Gpmall的开发作出贡献! 你可以选择以下方式向Gpmall贡献: - [Github - 发布issue进行问题反馈和建议](https://github.com/2227324689/gpmall/issues) - 通过Pull Request提交修复 - 完善文档 - 提交产品需求 # 技术交流及问题解答 > **助理** (一个程序员竟然有助理,不可思议) | | | | ------------------------------------------------- | ------------------------------------------------- | | ![1565592665627](README.assets/1565592665627.png) | ![1565592704023](README.assets/1565592704023.png) | > 作者的个人博客 http://istio.tech