waynboot-mall is a fully open source micro-mall project, including an operation backend, h5 mall and backend interface. It realizes a series of functions required by a mall such as home page display, product classification, product details, SKU details, product search, adding to shopping cart, settlement and order placement, order status transfer, product reviews, etc. Technically based on Springboot2.0, it integrates common middleware such as Redis, RabbitMQ, and ElasticSearch. It is developed based on actual experience in the production environment and is constantly being refined, optimized, and improved.
If you have any usage problems, please submit an issue or add wx to inform us to facilitate mutual exchange of feedback~?. Finally, if you like it, please give me a star.
Follow my public account: programmer wayn, focusing on outputting technical information and sharing open source projects. Reply keywords:
- 登录 / 注销
- 权限验证
- 页面权限
- 指令权限
- 权限配置
- 全局功能
- 动态侧边栏(支持多级路由嵌套)
- 动态面包屑
- 快捷导航(标签页)
- Svg Sprite 图标
- Screenfull全屏
- 自适应收缩侧边栏
- 菜单导航
- 首页
- 用户管理
- 会员管理
- 地址管理
- 评论管理
- 商城管理
- 添加商品
- 商品管理
- banner管理
- 订单管理
- 分类管理
- 运营管理
- 金刚区管理
- 栏目管理
- 关键字管理
- 系统管理
- 用户管理
- 角色管理
- 菜单管理
- 部门管理
- 字典管理
- 系统监控
- 数据管理
- 系统工具
- 存储管理
- 邮件管理
- 系统接口
# 前置准备
下载 nodejs v16.20.1 版本
# 克隆项目
git clone [email protected]:wayn111/waynboot-admin.git
# 进入项目目录
cd waynboot-admin
// 清空缓存
npm cache clean --force
// 切换新淘宝源
npm config set registry https://registry.npmmirror.com
# 安装依赖
npm install
# 启动服务
npm run dev
# 管理员账号/密码
admin/123456
Demo address and account: Follow my public account [Programmer wayn] and send the demo account
Follow my public account [Programmer wayn], send a message to join the group, and bring you into my technical exchange group