一、项目介绍
mall是一套商城系统,包括 Spring Boot后端、 Vue后台管理员前端 、微信小程序用户前端 。
主要功能有商品管理、订单管理、用户管理、商品收藏、加购物车、地址管理等。
mall项目地址:https://gitee.com/xzchengo/mall
mall-web项目地址:https://gitee.com/xzchengo/mall-web
mall-app项目地址:https://gitee.com/xzchengo/mall-app
二、项目演示
演示地址:http://af255dce56f8.ngrok.io/#/
账号:admin 密码:123
提示:请使用谷歌浏览器访问,访问可能有点慢,无法访问说明我的服务器断网了或者关机了。
三、技术选型
后端技术:
技术 | 说明 | 学习地址 |
---|---|---|
Spring Boot | 容器 | https://spring.io |
Spring MVC | MVC框架 | https://spring.io |
Spring Security | 用户认证和授权 | https://spring.io |
MyBatis Plus | ORM框架 | https://mp.baomidou.com |
Redis | 分布式缓存 | https://redis.io | </