Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mysql-connector-java from 8.0.11 to 8.0.16 in /ruoyi-api #4

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
103 changes: 88 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,91 @@
**商城概况:**
### **供货商城升级版yshop会员电商系统:**


## yshop会员商城系统介绍

yshop会员商城系统功能:在线买单、在线充值、消费记录、会员中心、多规格sku商品管理、
分销、收藏、地址、分类、评价、积分、运费模板、、优惠券、订单管理、
买单管理、物流、短信、微信菜单、微信回复、微信图文、模板消息等等


### 技术栈
mybatisPlus、redis、lombok、mapstruct、jwt、WxJava、Druid、OSS、Vue、Vue-router、Vuex等
* 核心框架:SpringBoot2 + mybatis + jwt
* 消息中间件:Redis
* 前端手脚架:Avue-cli
* 前端框架:Vue2 + vant + Vue-router + Vuex + jquery + thymeleaf
* 持久层框架:MyBatis-plus
* 微信开发Java SDK:WxJava
* 文件管理:阿里oss、七牛云、腾讯cos、本地
* JDK版本:Java8+
* 数据库:mysql5.7

**模块划分:**

```
- yixiang-base 基础模块
- config 配置等
- coupon 优惠券
- handler mybatis handler
- mall
- order 订单
- oss 云存储
- redis 常用配置与订单过期,自动收货监听等
- system
- weixin
- yixiang-common common通用工具
- yixiang-framework 核心
- yixiang-mall 商城
- yixiang-generator 代码生成模块 支持mybatisplus
- yixiang-quartr 定时任务
- yixiang-admin 管理后台
- yixiang-app api模块 jwt+自定义注解验证
- yixiang-weixin 微信模块
```


**`功能特色** ‘

1、spu,多规格sku商品管理
<table>
<tr>
<td><img src="https://images.gitee.com/uploads/images/2020/0504/192604_7db25918_477893.png"/></td>
<td><img src="https://images.gitee.com/uploads/images/2020/0504/192638_a4adcc1b_477893.png"/></td
</tr>
</table>

2、多级商品分类管理、商品评价管理、订单管理、实时物流、运费模板、用户购物车、用户收藏、优惠券、积分、OSS(七牛、腾讯、阿里)、素材管理等

<table>
<tr>
<td><img src="https://images.gitee.com/uploads/images/2020/0504/192708_127ceda5_477893.png"/></td>
<td><img src="https://images.gitee.com/uploads/images/2020/0504/192733_5402d25d_477893.png"/></td>
</tr>
</table>








本商城系统是一套完整的商城系统,包括小程序+小程序API+后台商城管理,这个项目属于我原有的一个laravel项目,
现在迁移Java springboot平台,大概情况这样,废话不多说!!





-
-
-
-



### **下面是供货老版本商城概况:**


本商城系统是一套完整的商城系统,包括小程序+小程序API+后台商城管理!!

**系统基础组合来源:**

Expand Down Expand Up @@ -56,18 +140,8 @@



第三:mpvue小程序,小程序主要是用 **mpvue** 框架开发,这里就不说它的好处。(小程序代码,可以加群(后面有)共享文件获取),

小程序在线体验地址:

![输入图片说明](https://images.gitee.com/uploads/images/2019/0928/175139_e07592c8_477893.jpeg "qrcode_for_gh_be92ee602481_258.jpg"),关注公众号菜单Java商城即可体验哦。
第三:mpvue小程序,小程序主要是用 **mpvue** 框架开发,这里就不说它的好处。

<table>
<tr>
<td><img src="https://images.gitee.com/uploads/images/2019/1009/202320_8a00efb0_477893.jpeg"/></td>
<td><img src="https://images.gitee.com/uploads/images/2019/1009/202331_5d5548e7_477893.jpeg"/></td>
</tr>
</table>


mpvue 小程序运行步骤:
Expand Down Expand Up @@ -105,7 +179,6 @@ npm set registry https://registry.npm.taobao.org/

**学习交流**

qq群:907721261

其他:欢迎star或者提出你们宝贵的建议哦!!!

Expand Down
2 changes: 1 addition & 1 deletion ruoyi-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<swagger.version>2.9.2</swagger.version>
<commons-lang3.version>3.7</commons-lang3.version>
<ehcache.core.version>2.6.11</ehcache.core.version>
<mysql-connector-java.version>8.0.11</mysql-connector-java.version>
<mysql-connector-java.version>8.0.16</mysql-connector-java.version>
<jwt.version>0.9.0</jwt.version>
<hutool.version>4.1.1</hutool.version>
<org.mapstruct.version>1.2.0.Final</org.mapstruct.version>
Expand Down