mall
v1.0.3
- 快速體驗項目:線上訪問地址。
- 全套學習教學:《mall學習教學》 。
- 影片教學(最新版) :《mall影片教學》 。
- 微服務版本:基於Spring Cloud Alibaba的專案:mall-swarm 。
- 分支說明:
master
分支基於Spring Boot 2.7+JDK 8,dev-v3
分支基於Spring Boot 3.2+JDK 17。
mall
專案致力於打造完整的電商系統,採用現階段主流技術實現。
文件網址:https://www.macrozheng.com
mall
專案是一套電商系統,包括前台商城系統及後台管理系統,基於SpringBoot+MyBatis實現,採用Docker容器化部署。前台商城系統包含首頁入口網站、商品推薦、商品搜尋、商品展示、購物車、訂單流程、會員中心、客戶服務、幫助中心等模組。後台管理系統包含商品管理、訂單管理、會員管理、促銷管理、營運管理、內容管理、統計報表、財務管理、權限管理、設定等模組。
前端專案mall-admin-web
網址:https://github.com/macrozheng/mall-admin-web
專案示範網址: https://www.macrozheng.com/admin/index.html
前端專案mall-app-web
網址:https://github.com/macrozheng/mall-app-web
專案展示網址(將瀏覽器切換為手機模式效果更好):https://www.macrozheng.com/app/
mall
├── mall - common -- 工具类及通用代码
├── mall - mbg -- MyBatisGenerator生成的数据库操作代码
├── mall - security -- SpringSecurity封装公用模块
├── mall - admin -- 后台商城管理系统接口
├── mall - search -- 基于Elasticsearch的商品搜索系统
├── mall - portal -- 前台商城系统接口
└── mall - demo -- 框架搭建时的测试代码
科技 | 說明 | 官網 |
---|---|---|
SpringBoot | Web應用開發框架 | https://spring.io/projects/spring-boot |
SpringSecurity | 認證和授權框架 | https://spring.io/projects/spring-security |
MyBatis | ORM框架 | http://www.mybatis.org/mybatis-3/zh/index.html |
MyBatisGenerator | 資料層代碼產生器 | http://www.mybatis.org/generator/index.html |
Elasticsearch | 搜尋引擎 | https://github.com/elastic/elasticsearch |
RabbitMQ | 訊息佇列 | https://www.rabbitmq.com/ |
Redis | 記憶體資料存儲 | https://redis.io/ |
MongoDB | NoSql資料庫 | https://www.mongodb.com |
LogStash | 日誌收集工具 | https://github.com/elastic/logstash |
Kibana | 日誌視覺化查看工具 | https://github.com/elastic/kibana |
Nginx | 靜態資源伺服器 | https://www.nginx.com/ |
Docker | 應用容器引擎 | https://www.docker.com |
Jenkins | 自動化部署工具 | https://github.com/jenkinsci/jenkins |
Druid | 資料庫連線池 | https://github.com/alibaba/druid |
OSS | 物件儲存 | https://github.com/aliyun/aliyun-oss-java-sdk |
MinIO | 物件儲存 | https://github.com/minio/minio |
JWT | JWT登入支援 | https://github.com/jwtk/jjwt |
Lombok | Java語言增強函式庫 | https://github.com/rzwitserloot/lombok |
Hutool | Java工具類別庫 | https://github.com/looly/hutool |
PageHelper | MyBatis物理分頁插件 | http://git.oschina.net/free/Mybatis_PageHelper |
Swagger-UI | API文件產生工具 | https://github.com/swagger-api/swagger-ui |
Hibernator-Validator | 驗證框架 | http://hibernate.org/validator |
科技 | 說明 | 官網 |
---|---|---|
Vue | 前端框架 | https://vuejs.org/ |
Vue-router | 路由框架 | https://router.vuejs.org/ |
Vuex | 全域狀態管理框架 | https://vuex.vuejs.org/ |
Element | 前端UI框架 | https://element.eleme.io |
Axios | 前端HTTP框架 | https://github.com/axios/axios |
v-charts | 基於Echarts的圖錶框架 | https://v-charts.js.org/ |
Js-cookie | cookie管理工具 | https://github.com/js-cookie/js-cookie |
nprogress | 進度條控件 | https://github.com/rstacruz/nprogress |
科技 | 說明 | 官網 |
---|---|---|
Vue | 核心前端框架 | https://vuejs.org |
Vuex | 全域狀態管理框架 | https://vuex.vuejs.org |
uni-app | 行動端前端框架 | https://uniapp.dcloud.io |
mix-mall | 電商項目模板 | https://ext.dcloud.net.cn/plugin?id=200 |
luch-request | HTTP請求框架 | https://github.com/lei-mu/luch-request |
mall-admin
mall-portal
功能結構圖-前台.jpg
工具 | 說明 | 官網 |
---|---|---|
IDEA | 開發IDE | https://www.jetbrains.com/idea/download |
RedisDesktop | redis客戶端連接工具 | https://github.com/qishibo/AnotherRedisDesktopManager |
Robomongo | mongo客戶端連線工具 | https://robomongo.org/download |
SwitchHosts | 本地host管理 | https://oldj.github.io/SwitchHosts/ |
X-shell | Linux遠端連線工具 | http://www.netsarang.com/download/software.html |
Navicat | 資料庫連線工具 | http://www.formysql.com/xiazai.html |
PowerDesigner | 資料庫設計工具 | http://powerdesigner.de/ |
Axure | 原型設計工具 | https://www.axure.com/ |
MindMaster | 心智圖設計工具 | http://www.edrawsoft.cn/mindmaster |
ScreenToGif | gif錄製工具 | https://www.screentogif.com/ |
ProcessOn | 流程圖繪製工具 | https://www.processon.com/ |
PicPick | 圖片處理工具 | https://picpick.app/zh/ |
Snipaste | 螢幕截圖工具 | https://www.snipaste.com/ |
Postman | API介面偵錯工具 | https://www.postman.com/ |
Typora | Markdown編輯器 | https://typora.io/ |
工具 | 版本號 | 下載 |
---|---|---|
JDK | 1.8 | https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html |
MySQL | 5.7 | https://www.mysql.com/ |
Redis | 7.0 | https://redis.io/download |
MongoDB | 5.0 | https://www.mongodb.com/download-center |
RabbitMQ | 3.10.5 | http://www.rabbitmq.com/download.html |
Nginx | 1.22 | http://nginx.org/en/download.html |
Elasticsearch | 7.17.3 | https://www.elastic.co/downloads/elasticsearch |
Logstash | 7.17.3 | https://www.elastic.co/cn/downloads/logstash |
Kibana | 7.17.3 | https://www.elastic.co/cn/downloads/kibana |
Windows環境部署
mall-admin
模組,只需安裝MySQL、Redis即可;mall-admin-web
項目,並導入到IDEA中完成編譯:前端項目位址;mall-admin-web
專案的安裝及部署請參考:mall專案前端發環境搭建。Docker環境部署
加微信群交流,追蹤公眾號「 macrozheng 」,回覆「加群」即可。
Apache License 2.0
Copyright (c) 2018-2024 macrozheng