This action will force synchronization from guchengwuyue/供货商城系统, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
本商城系统是一套完整的商城系统,包括小程序+小程序API+后台商城管理!!
系统基础组合来源:
程序员就要坚持着不要重复造轮子想法,所有就在码云里找自己合适的轮子::
1、若依管理后台:用它做后台管理
2、Light Security:用它主要来对接小程序API
当然他们本身已经完成了很多功能,这里不多说,大家可以直接去码云搜索即可,后面会放上他们连接。
本系统主要包括三部分:
第一:商城后台,完成完整的商城管理系统,目前基本已经完成,至于有bug大家可以直接issue或者进群交流(后面会打出来的(⊙o⊙)?!!), 功能大概包括:商品管理,商品多规格属性管理,商品分类,商品品牌,商品订单,会员信息等等。 涉及到技术: springboot+Thymeleaf+mybatis
大致效果如下:
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
第二:小程序API,目前API模块已经基本完成, 涉及到技术: springboot+mybatis-plus+jwt+mapstruct+lombok+redis+swagger
大致如下效果:
![]() |
![]() |
![]() |
第三:mpvue小程序,小程序主要是用 mpvue 框架开发,这里就不说它的好处。
mpvue 小程序运行步骤:
1、安装node环境 node 是8版本
2、设置npm淘宝镜像
npm set registry https://registry.npm.taobao.org/
3、npm install
4、npm run dev
大致效果如下:
![]() |
![]() |
![]() |
![]() |
![]() |
学习交流
其他:欢迎star或者提出你们宝贵的建议哦!!!
Requirement:
特别鸣谢
若依系统:ruoyi
简单jwt权限:Light Security