Files
yshopb2c/README.md

114 lines
3.7 KiB
Markdown
Raw Normal View History

2019-11-09 11:03:01 +08:00
<h1 style="text-align: center">yshop意象商城系统</h1>
2019-11-06 21:34:55 +08:00
#### 项目简介
2020-04-11 17:57:52 +08:00
yshop基于当前流行技术组合的前后端分离商城系统 SpringBoot2+Jpa+MybatisPlus+SpringSecurity+jwt+redis+Vue的前后端分离的商城系统 包含商城、拼团、砍价、商户管理、 秒杀、优惠券、积分、分销、会员、充值、多门店等功能,更适合企业或个人二次开发;;
2019-11-09 11:03:01 +08:00
2019-11-06 21:34:55 +08:00
2020-04-11 17:57:52 +08:00
#### 体验地址(里面有演示地址与文档)
2019-11-06 21:34:55 +08:00
2020-04-11 17:57:52 +08:00
| | 官网文档地址 | https://www.yixiang.co |
2019-11-09 11:03:01 +08:00
|--- |--- | --- |
2020-04-11 17:57:52 +08:00
2019-11-06 21:34:55 +08:00
#### 项目源码
2019-11-09 11:03:01 +08:00
| | 后台系统源码 | 后台系统前端源码 |
2019-11-06 21:34:55 +08:00
|--- |--- | --- |
2019-11-09 11:03:01 +08:00
| 码云 | https://gitee.com/guchengwuyue/yshopmall | https://gitee.com/guchengwuyue/yshopmall_qd |
| github | https://github.com/guchengwuyue/yshopmall |https://github.com/guchengwuyue/yshopmall_qd |
## 商城功能
* 一:商品模块:商品添加、规格设置,商品上下架等
* 二:订单模块:下单、购物车、支付,发货、收货、评价、退款等
2020-04-11 17:57:52 +08:00
* 三:营销模块:积分、优惠券、分销、砍价、拼团、秒杀、多门店等
2019-11-09 11:03:01 +08:00
* 四:微信模块:自定义菜单、自动回复、微信授权、图文管理、模板消息推送
* 五:配置模块:各种配置
2020-04-11 17:57:52 +08:00
* 六:用户模块:登陆、注册、会员卡、充值等
2019-11-09 11:03:01 +08:00
* 七:其他等
2019-11-09 11:03:01 +08:00
2019-11-06 21:34:55 +08:00
#### 项目结构
2019-11-09 11:03:01 +08:00
项目采用分模块开发方式
- yshop-api 移动端API模块
2019-11-09 11:03:01 +08:00
- yshop-mp 微信相关模块
- yshop-common 公共模块
- yshop-system 后台模块
2019-11-09 11:03:01 +08:00
- yshop-logging 日志模块
- yshop-tools 第三方工具模块
- yshop-generator 代码生成模块
- yshop-shop 商城模块
2019-11-06 21:34:55 +08:00
#### 系统预览
<table>
<tr>
2019-11-09 11:03:01 +08:00
<td><img src="https://images.gitee.com/uploads/images/2019/1107/194017_9207632f_477893.png"/></td>
<td><img src="https://images.gitee.com/uploads/images/2019/1121/230257_5844f5f1_477893.png"/></td>
2019-11-06 21:34:55 +08:00
</tr>
<tr>
<td><img src="https://images.gitee.com/uploads/images/2019/1121/230051_971db503_477893.png"/></td>
<td><img src="https://images.gitee.com/uploads/images/2019/1121/230342_f379583e_477893.png"/></td>
2019-11-06 21:34:55 +08:00
</tr>
<tr>
<td><img src="https://images.gitee.com/uploads/images/2019/1121/230224_5f0dec5d_477893.png"/></td>
2019-11-09 11:03:01 +08:00
<td><img src="https://images.gitee.com/uploads/images/2019/1107/194207_7b3b1f53_477893.png"/></td>
2019-11-06 21:34:55 +08:00
</tr>
<tr>
<td><img src="https://images.gitee.com/uploads/images/2019/1121/230424_f01fca77_477893.png"/></td>
<td><img src="https://images.gitee.com/uploads/images/2019/1127/211402_4103f8e0_477893.png"/></td>
2019-11-06 21:34:55 +08:00
</tr>
</table>
2019-11-09 11:03:01 +08:00
<table>
<tr>
2020-04-11 17:57:52 +08:00
<td><img src="https://images.gitee.com/uploads/images/2020/0407/180521_10ece580_477893.jpeg"/></td>
<td><img src="https://images.gitee.com/uploads/images/2020/0407/180547_09fb7ab2_477893.jpeg"/></td>
2019-11-09 11:03:01 +08:00
</tr>
</table>
## 技术选型
* 1 后端使用技术
* 1.1 SpringBoot2
2019-11-09 11:03:01 +08:00
* 1.2 mybatis、MyBatis-Plus
* 1.3 SpringSecurity
* 1.4 JPA
* 1.5 Druid
2019-11-09 11:03:01 +08:00
* 1.6 Slf4j
* 1.7 Fastjson
* 1.8 JWT
* 1.9 Redis
* 1.10 Quartz
* 1.11 Mysql
* 1.12 swagger
* 1.13 WxJava
* 1.14 Lombok
* 1.15 Hutool
* 1.16 Mapstruct
* 1.17 Redisson
2020-01-07 23:50:49 +08:00
* 1.18 Rocketmq
2019-11-09 11:03:01 +08:00
* 前端使用技术
* 2.1 Vue 全家桶
* 2.2 Element
2020-04-11 17:57:52 +08:00
* 2.3 mpvue
* 2.3 uniapp
2020-03-07 11:30:08 +08:00
2019-11-19 13:21:31 +08:00
2019-11-06 21:34:55 +08:00
#### 反馈交流
- QQ交流群964166879
2019-11-09 11:03:01 +08:00
- 喜欢这个商城后台的小伙伴留下你的小星星啦,star,star哦
#### 特别鸣谢
- eladmin:https://github.com/elunez/eladmin
- mybaitsplus:https://github.com/baomidou/mybatis-plus
- hutool:https://github.com/looly/hutool
- wxjava:https://github.com/Wechat-Group/WxJava
- vue:https://github.com/vuejs/vue
- element:https://github.com/ElemeFE/element