Commit Graph

1453 Commits

Author SHA1 Message Date
YunaiV
2b9973d374 支付中心:增加模拟支付,方便开发调试 2023-07-29 11:41:27 +08:00
YunaiV
ca886c2791 文件配置的本地缓存,使用 Job 轮询,替代 MQ 广播 2023-07-29 09:10:42 +08:00
YunaiV
91e0af0944 短信渠道的本地缓存,使用 Job 轮询,替代 MQ 广播 2023-07-29 08:59:15 +08:00
YunaiV
e205129943 敏感词的本地缓存,使用 Job 轮询,替代 MQ 广播 2023-07-29 07:32:06 +08:00
YunaiV
0b17298963 彻底移除 RedisKeyDefine 2023-07-29 07:16:16 +08:00
YunaiV
8b704ff483 使用 Redis 缓存,替代本地缓存 2023-07-29 06:37:27 +08:00
YunaiV
3dd4700ce4 修复 mp_account 错误拼成 pay_account 的问题 2023-07-28 19:40:05 +08:00
YunaiV
7f7a3c589b 移除 Dubbo 依赖,Dubbo 在国内使用率太低 2023-07-28 19:20:27 +08:00
YunaiV
3930fd739a 修复记录操作时,会存在调用异常的情况 2023-07-28 13:57:10 +08:00
YunaiV
0ff2f9783d mp 服务可正常启动 2023-07-27 23:11:06 +08:00
YunaiV
9a18483482 2. 增加 mp 服务 2023-07-27 19:55:34 +08:00
YunaiV
c92f1c44a6 增加 pay 支付服务 2023-07-27 19:55:15 +08:00
YunaiV
9ba06ec07e 对齐 boot 与 cloud 的代码 2023-07-27 13:59:20 +08:00
YunaiV
0feb865ef0 对齐 boot 与 cloud 的代码 2023-07-27 13:01:17 +08:00
YunaiV
1475e9a507 1.8.0 版本发布 2023-07-27 07:45:24 +08:00
YunaiV
6236b4a5ab 对齐 boot 与 cloud 的代码 2023-07-27 00:17:37 +08:00
YunaiV
93c123633e 对齐 boot 与 cloud 的代码 2023-07-26 23:57:22 +08:00
YunaiV
c03c32d01b 对齐 boot 与 cloud 的代码 2023-07-26 23:56:06 +08:00
YunaiV
c6595afb01 对齐 boot 与 cloud 的代码 2023-07-26 23:27:18 +08:00
YunaiV
94b4a0f93c 对齐 boot 与 cloud 的代码 2023-07-26 22:37:45 +08:00
YunaiV
9e01afc1da 批量将 required = true 替换成 requiredMode = Schema.RequiredMode.REQUIRED 2023-07-26 20:52:15 +08:00
YunaiV
6331054678 543 适配 postgres 数据库 sql 脚本 2023-07-26 07:55:45 +08:00
芋道源码
f21468c175
!44 去除sql中多余的在jimu_report_data_source表中设置tenant_id字段
Merge pull request !44 from 青衫/master
2023-07-25 23:35:48 +00:00
YunaiV
496a81393b 修复 Spring Cloud Bus RocketMQ 无法广播消费的问题 2023-07-26 07:29:35 +08:00
青衫
9eb17fce00 jimu_report_data_source表中已经包含tenant_id字段无需重复设置字段 2023-07-26 00:16:05 +08:00
YunaiV
3126672fcb 修复 ErrorCodeApi 接收 LocalDateTime 参数不正确的问题 2023-07-25 21:42:04 +08:00
YunaiV
c22cf007d1 优化 LambdaQueryWrapperX 的 inIfPresent 判空逻辑 2023-07-25 20:58:36 +08:00
YunaiV
85d55d1af5 修复 RandomUtils 产生的 LocalDateTime 入库后精度缺失问题 2023-07-25 20:48:20 +08:00
YunaiV
c906a616f8 修复“删除流程模型方法 有注释写错” 2023-07-25 20:33:49 +08:00
YunaiV
e502fe2921 !525 local配置文件,master数据库pg连接串的数据库名由slave引用改为master 2023-07-25 20:14:31 +08:00
YunaiV
2c915af2b4 !533 vue3代码生成器表单Editor属性修正为v-model 2023-07-25 20:09:24 +08:00
YunaiV
52fc41cfa5 !541 api记录日志耗时单位修改为毫秒 2023-07-25 19:59:25 +08:00
YunaiV
bd7fee0a88 #540 修复部分问题,升级依赖 2023-07-25 19:51:44 +08:00
YunaiV
6d334f2438 完善“支付系统”的说明 2023-07-24 08:46:21 +08:00
YunaiV
60d5d942c6 修复单元测试报错 2023-07-24 07:03:19 +08:00
芋道源码
d68fa54e55
!38 修改生成PageReqVO和ExportReqVO实体,时间类型为Date而不是LocalDateTime的错误问题
Merge pull request !38 from jiaohongtao/master
2023-07-02 05:14:46 +00:00
YunaiV
85c483ca9a Merge remote-tracking branch 'origin/master' 2023-06-17 14:47:10 +08:00
YunaiV
0145b5abee 修复头像上传不支持 PUT 类型的方法 2023-06-17 14:47:05 +08:00
芋道源码
3733dca6f1
!36 修复错误日志切面注释
Merge pull request !36 from 外国人/master
2023-06-17 06:27:46 +00:00
芋道源码
0930c1ff73
!35 头像上传,VUE3后端界面中使用的是request.upload,对应的方法是post
Merge pull request !35 from 让无线电飞BG8GLR/N/A
2023-06-17 06:25:08 +00:00
芋道源码
e5b2973403
!37 测试用例编译异常【java: 不兼容的类型: java.util.Date无法转换为java.time.LocalDateTime】
Merge pull request !37 from Vmo/N/A
2023-06-17 06:23:29 +00:00
YunaiV
fb60881aa7 Merge branch 'master' of https://github.com/YunaiV/yudao-cloud 2023-06-17 14:21:29 +08:00
芋道源码
2cac29d7d1
Merge pull request #96 from YunaiV/dependabot/maven/yudao-dependencies/com.google.guava-guava-32.0.0-jre
Bump guava from 31.1-jre to 32.0.0-jre in /yudao-dependencies
2023-06-17 14:19:41 +08:00
芋道源码
26ef7bcabd
Merge pull request #98 from chncaption/oscs_fix_ci5b8n8au51qt1nt0j5g
fix(sec): upgrade commons-net:commons-net to
2023-06-17 14:17:36 +08:00
芋道源码
fc8af37bd5
Merge pull request #92 from liuzhuyuehe/master
修复发送时间sendTime字段类型错误
2023-06-17 14:15:39 +08:00
YunaiV
20cb26fb05 !513 优化代码生成498 解决解决 Set access token expire time to 0 报错问题和邮件发送用户编号为空问题 2023-06-17 12:36:05 +08:00
YunaiV
eb44015b74 !513 优化代码生成 2023-06-17 12:22:12 +08:00
jiaohongtao
333eecae77
修改生成PageReqVO和ExportReqVO实体,时间类型为Date而不是LocalDateTime的错误问题
Signed-off-by: jiaohongtao <jiaohongtaovip@163.com>
2023-06-16 09:09:51 +00:00
chncaption
aea35a2021 update commons-net:commons-net 3.8.0 to 3.9.0 2023-06-15 14:49:10 +08:00
dependabot[bot]
ab062f35b1
Bump guava from 31.1-jre to 32.0.0-jre in /yudao-dependencies
Bumps [guava](https://github.com/google/guava) from 31.1-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-14 22:55:43 +00:00