mall
項目是一套電商系統,包括前臺商城系統及後臺管理系統,基於SpringBoot+MyBatis實現。 前臺商城系統包含首頁門戶、商品推薦、商品搜索、商品展現、購物車、訂單流程、會員中心、客戶服務、幫助中心等模塊。 後臺管理系統包含商品管理、訂單管理、會員管理、促銷管理、運營管理、內容管理、統計報表、財務管理、權限管理、設置等模塊。html
https://github.com/macrozheng/mall前端
mall-admin-web
是一個電商後臺管理系統的前端項目,基於Vue+Element實現。 主要包括商品管理、訂單管理、會員管理、促銷管理、運營管理、內容管理、統計報表、財務管理、權限管理、設置等功能。vue
https://github.com/macrozheng/mall-admin-webjava
技術 | 說明 | 官網 |
---|---|---|
Spring Boot | 容器+MVC框架 | https://spring.io/projects/spring-boot |
Spring Security | 認證和受權框架 | 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 |
PageHelper | MyBatis物理分頁插件 | http://git.oschina.net/free/Mybatis_PageHelper |
Swagger-UI | 文檔生產工具 | https://github.com/swagger-api/swagger-ui |
Hibernator-Validator | 驗證框架 | http://hibernate.org/validator/ |
Elasticsearch | 搜索引擎 | https://github.com/elastic/elasticsearch |
RabbitMq | 消息隊列 | https://www.rabbitmq.com/ |
Redis | 分佈式緩存 | https://redis.io/ |
MongoDb | NoSql數據庫 | https://www.mongodb.com/ |
Docker | 應用容器引擎 | https://www.docker.com/ |
Druid | 數據庫鏈接池 | https://github.com/alibaba/druid |
OSS | 對象存儲 | https://github.com/aliyun/aliyun-oss-java-sdk |
JWT | JWT登陸支持 | https://github.com/jwtk/jjwt |
LogStash | 日誌收集 | https://github.com/logstash/logstash-logback-encoder |
Lombok | 簡化對象封裝工具 | https://github.com/rzwitserloot/lombok |
技術 | 說明 | 官網 |
---|---|---|
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 |
具體詳見wiki:https://github.com/macrozheng/mall/wikimysql
工具 | 說明 | 官網 |
---|---|---|
IDEA | 開發IDE | https://www.jetbrains.com/idea/download |
RedisDesktop | redis客戶端鏈接工具 | https://redisdesktop.com/download |
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/ |
工具 | 版本號 | 下載 |
---|---|---|
JDK | 1.8 | https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html |
Mysql | 5.7 | https://www.mysql.com/ |
Redis | 3.2 | https://redis.io/download |
Elasticsearch | 6.2.2 | https://www.elastic.co/downloads |
MongoDb | 3.2 | https://www.mongodb.com/download-center |
RabbitMq | 3.7.14 | http://www.rabbitmq.com/download.html |
nginx | 1.10 | http://nginx.org/en/download.html |
本地環境搭建ios
mall-admin-web
項目,並導入到IDEA中完成編譯傳送門;docker環境部署nginx
mall-admin
、mall-search
、mall-portal
的docker鏡像,參考docker.md中的使用maven構建Docker鏡像;