MCPcopy
hub / github.com/newbee-ltd/newbee-mall

github.com/newbee-ltd/newbee-mall @main sqlite

repository ↗ · DeepWiki ↗
3,083 symbols 8,959 edges 153 files 412 documented · 13%
README

newbee-logo

Build Status Version 1.0.0 License

newbee-mall 项目是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 及相关技术栈开发。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。

当前分支的 Spring Boot 版本为 2.7.5,想要学习和使用其它版本可以直接点击下方的分支名称跳转至对应的仓库分支中。

分支名称 Spring Boot Version
spring-boot-2.3.7 2.3.7-RELEASE
spring-boot-2.6.x 2.6.3
main 2.7.5
spring-boot-3.x 3.1.0

新蜂商城线上预览地址:http://mall.newbee.ltd,账号可自行注册。

坚持不易,如果觉得项目还不错的话可以给项目一个 Star 吧,也是对我自 2019 年开始一直更新这个项目的一种鼓励啦,谢谢各位的支持。

newbee-mall-info

  • newbee-mall 对新手开发者十分友好,无需复杂的操作步骤,仅需 2 秒就可以启动这个完整的商城项目;
  • newbee-mall 也是一个企业级别的 Spring Boot 大型项目,对于各个阶段的 Java 开发者都是极佳的选择;
  • 你可以把它作为 Spring Boot 技术栈的综合实践项目,newbee-mall 足够符合要求,且代码开源、功能完备、流程完整、页面交互美观;
  • 技术栈新颖且知识点丰富,学习后可以提升大家对于知识的理解和掌握,可以进一步提升你的市场竞争力;
  • 对于部分求职中的 Java 开发者,你也可以将该项目放入求职简历中以丰富你的工作履历;
  • newbee-mall 还有一些不完善的地方,鄙人才疏学浅,望见谅;
  • 有任何问题都可以反馈给我,我会尽量完善该项目。

newbee-mall (新蜂商城)系列项目概览

newbee-mall-course-2022

项目名称 仓库地址 备注
newbee-mall newbee-mall in GitHub

newbee-mall in Gitee | 初始版本、Spring Boot、Thymeleaf、MyBatis、MySQL | | newbee-mall-plus | newbee-mall-plus in GitHub

newbee-mall-plus in Gitee | 升级版本、优惠券、秒杀、支付、Spring Boot、Thymeleaf、MyBatis、MySQL、Redis | | newbee-mall-cloud | newbee-mall-cloud in GitHub

newbee-mall-cloud in Gitee | 微服务版本、分布式事务、Spring Cloud Alibaba、Nacos、Sentinel、OpenFeign、Seata | | newbee-mall-api | newbee-mall-api in GitHub

newbee-mall-api in Gitee | 前后端分离、Spring Boot、MyBatis、Swagger、MySQL | | newbee-mall-api-go | newbee-mall-api-go in GitHub

newbee-mall-api-go in Gitee | 前后端分离、Go、Gin、MySQL | | newbee-mall-vue-app | newbee-mall-vue-app in GitHub

newbee-mall-vue-app in Gitee | 前后端分离、Vue2、Vant | | newbee-mall-vue3-app | newbee-mall-vue3-app in GitHub

newbee-mall-vue3-app in Gitee | 前后端分离、Vue3、Vue-Router4、Vuex4、Vant3 | | vue3-admin | vue3-admin in GitHub

vue3-admin in Gitee | 前后端分离、Vue3、Element-Plus、Vue-Router4、Vite |

更多 Spring Boot 实战项目可以关注十三的另一个代码仓库 spring-boot-projects,该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的前后端分离实践项目等,后续会根据大家的反馈继续增加一些实战项目源码,摆脱各种 hello world 入门案例的束缚,真正的掌握 Spring Boot 开发。

关注公众号:程序员十三,回复"勾搭"进群交流。

wx-gzh

项目演示

开发及部署文档

联系作者

大家有任何问题或者建议都可以在 issues 中反馈给我,我会慢慢完善这个项目。

  • 我的邮箱:2449207463@qq.com
  • QQ技术交流群:791509631 784785001

newbee-mall 在 GitHub 和国内的码云都创建了代码仓库,如果有人访问 GitHub 比较慢的话,建议在 Gitee 上查看该项目,两个仓库会保持同步更新。

软件著作权

本系统已申请软件著作权,受国家版权局知识产权以及国家计算机软件著作权保护!

页面展示

以下为商城项目的部分页面,由于篇幅所限,无法一一列举,重要节点及重要功能的页面都已整理在下方。

商城页面预览

  • 商城首页 1

    index

  • 商城首页 2

    index

  • 商品搜索

    search

  • 购物车

    cart

  • 订单结算

    settle

  • 订单列表

    orders

  • 支付页面

    settle

后台管理页面

  • 登录页

    login

  • 轮播图管理

    carousel

  • 新品上线

    config

  • 分类管理

    category

  • 商品管理

    goods

  • 商品编辑

    edit

  • 订单管理

    order

newbee-mall-info

感谢

Extension points exported contracts — how you extend this code

NewBeeMallUserService (Interface)
(no doc) [2 implementers]
src/main/java/ltd/newbee/mall/service/NewBeeMallUserService.java
NewBeeMallOrderService (Interface)
(no doc) [2 implementers]
src/main/java/ltd/newbee/mall/service/NewBeeMallOrderService.java
NewBeeMallIndexConfigService (Interface)
(no doc) [2 implementers]
src/main/java/ltd/newbee/mall/service/NewBeeMallIndexConfigService.java
NewBeeMallShoppingCartService (Interface)
(no doc) [2 implementers]
src/main/java/ltd/newbee/mall/service/NewBeeMallShoppingCartService.java
AdminUserService (Interface)
(no doc) [2 implementers]
src/main/java/ltd/newbee/mall/service/AdminUserService.java

Core symbols most depended-on inside this repo

on
called by 703
src/main/resources/static/admin/plugins/wangeditor-5.1.23/index.js
get
called by 551
src/main/resources/static/admin/plugins/wangeditor-5.1.23/index.js
test
called by 442
src/main/java/ltd/newbee/mall/controller/admin/AdminController.java
set
called by 187
src/main/java/ltd/newbee/mall/util/BeanUtil.java
remove
called by 186
src/main/resources/static/admin/plugins/wangeditor-5.1.23/index.js
off
called by 177
src/main/resources/static/admin/plugins/wangeditor-5.1.23/index.js
emit
called by 159
src/main/resources/static/admin/plugins/wangeditor-5.1.23/index.js
getResult
called by 126
src/main/java/ltd/newbee/mall/common/ServiceResultEnum.java

Shape

Function 2,075
Method 877
Class 107
Interface 18
Enum 6

Languages

TypeScript74%
Java26%

Modules by API surface

src/main/resources/static/admin/plugins/wangeditor-5.1.23/index.js1,244 symbols
src/main/resources/static/admin/plugins/sweetalert2/sweetalert2.all.min.js176 symbols
src/main/resources/static/admin/plugins/jquery/jquery.js109 symbols
src/main/resources/static/admin/plugins/jquery/jquery.min.js92 symbols
src/main/resources/static/admin/plugins/jquery/jquery.slim.js91 symbols
src/main/resources/static/admin/plugins/bootstrap/js/bootstrap.bundle.js87 symbols
src/main/resources/static/admin/plugins/jquery/jquery.slim.min.js78 symbols
src/main/resources/static/mall/js/jquery-1.8.0.js68 symbols
src/main/resources/static/admin/plugins/select2/select2.full.js67 symbols
src/main/resources/static/admin/plugins/select2/select2.js51 symbols
src/main/resources/static/admin/plugins/jqgrid-5.7.0/jquery.jqGrid.min.js50 symbols
src/main/resources/static/admin/plugins/bootstrap/js/bootstrap.bundle.min.js45 symbols

Dependencies from manifests, versioned

cn.hutool:hutool-captcha
mysql:mysql-connector-java
org.mybatis.spring.boot:mybatis-spring-boot-starter
org.springframework.boot:spring-boot-starter-test
org.springframework.boot:spring-boot-starter-thymeleaf
org.springframework.boot:spring-boot-starter-web
org.springframework.session:spring-session-core

Datastores touched

(mysql)Database · 1 repos
newbee_mall_dbDatabase · 1 repos

For agents

$ claude mcp add newbee-mall \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact