Commit Graph

56 Commits

Author SHA1 Message Date
Gadfly
03c1c4f6a1 feat: 用mybatis的typehandler映射json,减少冗余代码和提升可读性 2021-08-12 19:02:25 +08:00
Gadfly
654a1cfe56 feat: 用户商品浏览历史
用redis zset实现的最近十条记录(高并发时可能会有误差),满足我目前的需求了。想要京东淘宝那样丰富的可能需要借助es。
2021-08-11 18:07:13 +08:00
Gadfly
e6b15466ec fix: 类名typo 2021-08-10 11:41:17 +08:00
dongtiandexue
87cde33933 feat:bootstrap-dev.yml 改回 2021-08-01 17:15:15 +08:00
dongtiandexue
c1203de39f feat:优惠券中间业务代码开发 2021-08-01 17:11:09 +08:00
DaniR
4b091b20dd feat(OrderServiceImpl.java): SeatsAT->TCC模式改造
1、提交订单功能充AT模式可以切换到TCC模式
2、对应的冻结库存TCC模式添加
3、相关功能测试(异常回滚的执行)

Closes #I414QN
2021-07-17 10:54:48 +08:00
99424
f6e5e6bd07 feat: Seata TCC模式改造
1、Seata TCC 订单功能添加
2、冻结库存TCC模式添加
2021-07-16 10:50:16 +08:00
DaniR
e630651988 feat(BloomRedisService.java): BloomFilter过滤商品
1、添加BloomFilter
2、使用Redis的bitmap存放BloomFilter的数据
3、根据guava的BloomFilter重写对应于redis的BloomFilter的实现类
2021-06-26 09:47:26 +08:00
99424
46dd161c7f Merge remote-tracking branch 'origin/develop' into develop 2021-06-22 09:21:07 +08:00
郝先瑞
1e07bf8552 docs:knife4j接口文档信息修改 2021-06-21 23:29:49 +08:00
DaniR
05dd9a07bf feat(PmsConstants.java): 商品详情缓存
1、添加商品详情本地缓存
2、商品详情分布式锁保证原子操作

Closes I3V770
2021-06-21 21:07:55 +08:00
郝先瑞
5d44744eca refactor(youlai.sql): create_time->gmt_create,update_time->gmt_modified 2021-06-20 00:58:53 +08:00
郝先瑞
b5da681343 build(pom.xml): 修改有来项目版本号1.0.0->2.0.0 2021-06-19 12:36:51 +08:00
haoxr
2091712057 feat:微信小程序登录认证 2021-06-11 01:18:27 +08:00
haoxr
fce4185808 refactor:项目重构和已知bug修复 2021-06-07 01:49:41 +08:00
haoxr
af15daf96c refactor:项目结构优化 2021-06-01 08:22:02 +08:00
haoxr
9437f2fc38 refactor:系统功能优化 2021-05-30 23:42:25 +08:00
haoxr
74722c6e68 refactor:项目调整 2021-05-21 00:44:02 +08:00
haoxr
c83b24a71f feat:域名变更 2021-04-14 23:57:13 +08:00
haoxr
ee38526171 fix:添加loadbalancer依赖解决资源访问无权限问题 2021-04-02 22:49:15 +08:00
haoxr
f8951ba490 feat:升级SpringCloud2020 2021-04-01 18:08:29 +08:00
PanPanda
96dbcb2c12 Update PmsSkuServiceImpl.java
验证json是否为空而不是不为空
2021-03-23 16:27:09 +08:00
haoxr
1167c88380 fix:小程序首次添加用户失败问题 2021-03-23 06:39:45 +08:00
haoxr
bcbb405d3c feat:商城1.0.0基础版本 2021-03-22 00:53:29 +08:00
haoxr
e85e49b96e feat:订单重构 2021-03-21 18:20:59 +08:00
haoxr
8f74ae5bd0 fix:logback日志错误配置 2021-03-21 14:16:32 +08:00
haoxr
bd249300f0 feat:订单优化 2021-03-20 23:58:50 +08:00
haoxr
5aec657f19 feat:订单支付流程完成和验证,添加日志 2021-03-20 01:32:27 +08:00
haoxr
fcfee11062 feat:订单整理 2021-03-19 20:36:11 +08:00
haoxr
4a78b09fd3 feat:订单优化 2021-03-18 20:23:20 +08:00
haoxr
490a934869 fix:小程序认证错误修复 2021-03-18 15:29:58 +08:00
haoxr
503fba04e7 feat:订单redis+lua防止订单重复提交,保证同一时刻多次点击幂等 2021-03-18 01:02:07 +08:00
haoxr
1ebd8ba99e fix:auth配置错误修复 2021-03-17 22:24:54 +08:00
haoxr
905d21999c feat:订单提交优化 2021-03-17 20:18:16 +08:00
haoxr
2e76294f10 feat:订单优化 2021-03-17 01:04:45 +08:00
haoxr
bc2b3881cd feat:超时关单和释放库存完善 2021-03-16 20:19:50 +08:00
haoxr
29fde8f974 refactor:项目结构调整 2021-03-15 01:07:23 +08:00
haoxr
f6f25a94cf refactor:订单模块测试和调整 2021-03-14 23:51:35 +08:00
haoxr
49854a4e2f refactor:项目结构调整 2021-03-13 20:48:18 +08:00
haoxr
5cb7522077 feat:loadbalancer替换ribbon 2021-03-12 01:18:30 +08:00
haoxr
b9c3af7454 refactor:商品重构 2021-03-11 20:20:04 +08:00
haoxr
f850cf5bcb feat:商品模型调整 2021-03-11 00:30:21 +08:00
haoxr
d35c3f2396 feat:添加强制会话失效功能 2021-03-10 17:44:35 +08:00
haoxr
174d78a96d feat:删除登录记录 2021-03-10 01:22:37 +08:00
haoxr
55b984706c refactor:商品结构调整 2021-03-07 23:57:46 +08:00
haoxr
e7aa267818 refactor:商品模块调整 2021-03-05 00:31:45 +08:00
haoxr
fd3c02582e refactor:代码优化 2021-03-01 00:44:32 +08:00
haoxr
0b223cb31e feat:订单项目结构调整 2021-02-28 23:46:25 +08:00
haoxr
ec223bbf1e fix:修改表名 2021-02-28 18:53:50 +08:00
haoxr
3bbfd40765 fix:商品修改提交时不能删除页面删除的属性和规格 2021-02-28 18:15:38 +08:00