# gulimall **Repository Path**: chovy-pyc/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**: 1 - **Created**: 2022-02-16 - **Last Updated**: 2023-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 电商项目后台管理系统 ## 项目介绍 gulimall是一个电商项目后台管理系统,基于SpringBoot、SpringCloud、Mybatis-Plus、Vue+Element组件、阿里云对象存储开发。 ## 项目API接口文档 - 文档地址:https://easydoc.net/s/78237135/ZUqEdvA4/hKJTcbfd ## 项目演示 ### 登录界面 ![登录界面](README.assets/登录界面.png) ### 部分功能展示 ![功能展示](README.assets/功能展示1.png) ![功能展示](README.assets/功能展示2.png) ![功能展示](README.assets/功能展示3.png) ![功能展示](README.assets/功能展示4.png) ## 组织架构 ```tex gulimall ├── gulimall-common -- 工具类及通用代码 ├── gulimall-coupon -- 优惠卷服务 ├── gulimall-gateway -- 统一配置网关 ├── gulimall-member -- 会员服务 ├── gulimall-order -- 订单服务 ├── gulimall-product -- 商品服务 ├── gulimall-third-party -- 第三方服务 ├── gulimall-ware -- 仓储服务 ├── renren-fast-vue -- 后台管理系统前端代码 ├── renren-fast -- 前后端连接的主启动类 └── renren-generator -- 人人开源项目的代码生成器 ``` ## 技术选型 ### 后端技术 | 技术 | 说明 | 官网 | | :----------------: | :----------------------: | :---------------------------------------------: | | SpringBoot | 容器+MVC框架 | https://spring.io/projects/spring-boot | | SpringCloud | 微服务架构 | https://spring.io/projects/spring-cloud | | SpringCloudAlibaba | 一系列组件 | https://spring.io/projects/spring-cloud-alibaba | | MyBatis-Plus | ORM框架 | https://baomidou.com/ | | renren-generator | 人人开源项目的代码生成器 | https://gitee.com/renrenio/renren-generator | | Docker | 应用容器引擎 | https://www.docker.com/ | | MySQL | 持久化数据 | https://www.mysql.com/ | | OSS | 云存储 | https://www.aliyun.com/product/oss | ### 前端技术 | 技术 | 说明 | 官网 | | :-----: | :--------: | :-----------------------: | | Vue | 前端框架 | https://vuejs.org/ | | Element | 前端UI框架 | https://element.eleme.io/ | ## 环境搭建 ### 开发工具 | 工具 | 说明 | 官网 | | :------------------: | :-------------: | :-------------------------------------: | | IDEA | 开发Java程序 | https://www.jetbrains.com/idea/download | | Visual Studio Code | 开发前端vue代码 | https://code.visualstudio.com/ | | Oracle VM VirtualBox | 搭建Linux虚拟机 | https://www.virtualbox.org/ | | Postman | API接口调试工具 | https://www.postman.com/ | | Typora | Markdown编辑器 | https://typora.io/ | ### 开发环境 | 工具 | 版本号 | 下载 | | :---: | :----: | :----------------------------------------------------------: | | jdk | 1.8 | https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html | | MySQL | 5.7 | https://www.mysql.com/ |