1 Star 0 Fork 1.1K

坤哥 / Smart Shop免费开源电商商城系统 spring cloud框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0
交流群4 交流群5 交流群6 技术微信
输入图片说明

前言

关于 Smart Shop 是否对外免费开放源码,启山智软进行了长达1个月的市场分析: 一方面,这套SaaS系统研发投入成本高,迄今已超过300w人民币;另一方面,系统已经积攒了逾2000个商家用户,覆盖超过80w终端用户,其中不乏【中国石油】、【贵州茅台】、【辽宁红运】这类集团大公司及知名品牌,基于本系统进行的二次开发和已嵌入其原来系统。

我们由衷希望通过gitee平台让赋予 Smart Shop 新生命,希望精心“培育”的代码可以在大家的认可和鞭策下发挥更大的价值。代码质量如何,懂行的人一看就能了然于胸。真心希望能够得到大家中肯的建议和评价。我们立志,要让 Smart Shop 成为 Java程序员的首选商城框架 !!由此我们决定把核心功能逐步开放出来。

项目介绍

Smart Shop 是一款基于 Spring Cloud +MybatisPlus+XXL-JOB+redis+Vue的前后端分离的商城系统,采用轻量级稳定框架开发及优化核心,减少依赖,具备出色的执行效率、扩展性、稳定性。 Smart Shop 是一款经过生产环境反复线上论证真实用户数据使用的Java新零售商城系统。

荣誉资质

输入图片说明 输入图片说明 输入图片说明
输入图片说明 输入图片说明 输入图片说明

技术架构

运行环境

  • CentOS 7.0+
  • Nginx 1.10+
  • MySQL 8.0+

技术选型

技术 说明 官网
Spring Cloud 微服务框架 https://spring.io/projects/spring-cloud
Spring Cloud Alibaba 微服务框架 https://github.com/alibaba/spring-cloud-alibaba
Spring Boot 容器+MVC框架 https://spring.io/projects/spring-boot
MyBatis-Plus 数据层代码生成 http://www.mybatis.org/generator/index.html
Swagger 文档生成工具 https://swagger.io/
Elasticsearch 搜索引擎 https://github.com/elastic/elasticsearch
RabbitMq 消息队列 https://www.rabbitmq.com/
Redis 分布式缓存 https://redis.io/
Druid 数据库连接池 https://github.com/alibaba/druid
OSS 对象存储 https://github.com/aliyun/aliyun-oss-java-sdk
JWT JWT登录支持 https://github.com/jwtk/jjwt
XXL-JOB 分布式任务调度平台 https://www.xuxueli.com/xxl-job/
Lombok 简化对象封装工具 https://github.com/rzwitserloot/lombok
Jenkins 自动化部署工具 https://github.com/jenkinsci/jenkins
Docker 应用容器引擎 https://www.docker.com/
Sonarqube 代码质量控制 https://www.sonarqube.org/
element 组件库 https://element.eleme.cn/#/zh-CN
Vue.js 渐进式JavaScript 框架 https://cn.vuejs.org/
Vue-router 前端路由 https://router.vuejs.org/zh/
vuex 状态管理 https://vuex.vuejs.org/zh/
modeuse-core 自主开发UI组件 --
TypeScript JavaScript超集 https://www.tslang.cn/
eslint 代码质量控制 https://eslint.org/
hook 代码质量控制
minapp 小程序模板 https://qiu8310.github.io/minapp/
-------- ------- -----------------------------------

业务架构

业务架构

编码规范

  • 规范方式:后端严格遵守阿里编码规约,前端使用eslint;
  • 命名统一:简介最大程度上达到了见名知意;
  • 分包明确:层级分明可快速定位到代码位置;
  • 注释完整:描述性高大量减少了开发人员的代码阅读工作量;
  • 工具规范:使用统一jar包避免出现内容冲突;
  • 代码整洁:可读性、维护性更高。

系统版本

开源版无加密

开源 Smart Shop 框架(已上线),目的是帮助程序员快速搭建高性能商城

既然是框架,那么重点要解决的就是底层架构的复用问题,除了基础的用户、商品、订单、物流、售后等完整业务流程的功能外,其他业务模块不是开源的重点。我们承诺: 开源版 Smart Shop 框架永久免费无加密 。商业版使用的底层框架,跟开源版完全相同,所以使用开源版的同学,可以轻松升级到商业版。

希望同学们在留言区积极提出想法建议,或者参与到开源版的bug修复、代码规范和源码贡献中去, 对于贡献较大的个人或团队,我们将授权其免费使用商业版 Smart Shop 源码

允许

✅ 个人学习;

✅ 商用(请注明来源);

✅ 公益项目(请注明来源)。

🚫 禁止 公有云厂商将其商业化。

商业版无限开

简称“商业版”,可以随时给需要商城源码的您部署上线,功能与在线SaaS企业版完全相同,可移步官网查看(https://www.bgniao.cn)。

推出商业版源码的目的,是为了保证产品持续迭代、长期发展。如此强大的商城SaaS系统,拿去就能实现商业无限开,它不香吗?

商业版包含:开源框架基础上实现的全套SaaS商城源码。

🚫 禁止 :将商业版源码公布至互联网,否则将追究其法律责任。

交付清单

  • 数据库初始化脚本
  • 后台前端系统前端源码
  • 小程序端源码
  • 安装部署文档
  • 后台接口文档
  • 小程序端接口文档
  • 数据字典
  • 操作手册.docx
  • 纸质授权证书
  • 增值税专用发票

在线SaaS版

(官网正常在售)

这是一直以来正常在售的版本,其中包含免费版和企业版。对于非程序员来说,推荐使用在线SaaS版商城,主要优点:

  • 1.免费版就能满足大多数商家需求;
  • 2.傻瓜式操作,无需购买和部署服务器;
  • 3.动态扩容,支持千万级高并发;
  • 4.企业级数据容灾处理,确保安全。

功能概要

  • 商品管理: 上传商品、规格sku管理、商品上下架、分类管理等;
  • 订单管理: 订单结算、购物车、订单支付、评价、售后等;
  • 物流管理: 收发地址管理、物流发货、电子面单打印、小票打印、收货等;
  • 会员管理: 会员卡、会员权益、会员管理、储值管理等;
  • 营销管理: 优惠券、满减、积分商城、直播、社群接龙、环保回收等;
  • 财务管理: 对账单、提现工单、财务报表导出等;
  • 客户管理: 客户列表、自动标签、积分管理等;
  • DIY装修: 支持所有页面DIY装修;
  • 素材导入: 淘宝、天猫、拼多多、京东等电商平台一键导入商品素材;
  • 供货商管理:平台供货商管理;
  • oss对象存储 支持 阿里云 腾讯云 七牛云(加速图片读取速度);
  • sms短信服务 支持 腾讯云 阿里云;
  • 支付服务 支持微信支付 余额支付 好友代付 额外对接了盛付通 使得商家提现费率更低 自动分账操作更为方便;
  • 总台服务 控制商户入驻,及各种信息私有配置。

项目演示

开源版:
开源版本演示地址:https://open.bgniao.cn/copartner/0.1/sign 账号:15824556145 密码:admin123 演示地址:https://test.superprism.cn/login 账号:18967889883 密码:admin 演示地址:https://test.superprism.cn/login 账号:18067188818 密码:admin
小程序演示 操作流程
小程序端真机截图
Web真机截图

典型成功案例

熊枫鲜生

专注做全球代购的平台,包含母婴用品、美妆护肤,食品和生鲜等产品,一开始使用的是微擎某商城,商城不满足使用需求,18年底的时候找到我们要做魔方装修、引导页和邀请码登陆等功能以便做分销和装修,恰好当时我们的产品有这些功能,所以可以直接在线使用,长期运营截止到现在 营业额总计5800万

输入图片说明 输入图片说明

代购商城

主要经营奢侈品代购,商品全部香港直邮发货,原先某平台购买商城源码使用,一年不到功能不满足现有需求,售卖代码方一直联系不上,后来找到我们做了新人券、用户注册实名制(代购需要)、对接物流API、报表导出等功能,除了新人券其他的功能我们商城是满足的,所以在我们自有源码基础上做了新人券二开,二开后 营业额至今上百万

输入图片说明 输入图片说明 输入图片说明 输入图片说明

挂号平台

每天早上五六点看到很多大爷大妈排队挂号,甚至冬日寒冷天气也是如此,为了解决这个问题调露小区卫生院孙医生找到我们要做一个线下挂号平台,不要挂号费,省去了他们很早来排队的问题,程序上挂号就可以了,鉴于这个情况我们在商城基础上做了二开修改,挂号平台正式上线后用户覆盖了附近三四个小区 两三千人使用量

输入图片说明 输入图片说明 输入图片说明

特别鸣谢

码农的心声,唯有码农能懂。在很长一段时间里团队十多个人加班到深夜,市场调研不断推翻重构才构建了Smart Shop。 在此特别鸣谢项目中付出大量心血的团队成员👨‍👩‍👦‍👦👨‍👩‍👧‍👧

项目发起人:启三哥

产品经理:美子、美少女

系统总架构师:范范

前端开发:斯巴达、罗天师yyds、龙哥

后端开发:白沙群岛、老头、杰哥、阳仔、阿帕奇、机器猫

测试:聂小倩、铁柱、佩奇

运维:陈哥

💝 如果觉得我们的项目对你有帮助,可点击右上角Watch、Star项目,获取项目第一时间更新,欢迎提交Issues和PR项目,如需需求文档、流程图联系技术获取!

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: You must give any other recipients of the Work or Derivative Works a copy of this License; and You must cause any modified files to carry prominent notices stating that You changed the files; and You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "{}" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed pageNum" as the copyright notice for easier identification within third-party archives. Copyright 2018 whhya Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

🥇🥇商城经过80w真实用户检验的企业级商城spring cloud全家桶快速开发商城框架,使用分布式、微服务架构和前后端分离的商城系统,拥有完整商城模块和商城流程,商城内自定义页面装修,商城营销插件丰富。我们励志做“Java程序员的首选商城框架”! 展开 收起
Java
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/qiankun88/basemall.git
git@gitee.com:qiankun88/basemall.git
qiankun88
basemall
Smart Shop免费开源电商商城系统 spring cloud框架
master

搜索帮助