Commit Graph

60 Commits

Author SHA1 Message Date
b2baccline
82e2e5d17e 🔥 移除 mybatis-plus-extend 中的 SelectByPage,因为其无法真正修改返回属性类型 2021-03-22 22:41:37 +08:00
b2baccline
20a5e7ae53 🐎 批量插入分批处理 2021-03-19 21:03:24 +08:00
b2baccline
865d4c7a2c 🐛 修复支付宝电脑网站支付提示参数异常 2021-03-15 18:43:16 +08:00
b2baccline
be5c28bff3 🐛 修复支付宝电脑网站支付接口请求异常 2021-03-15 14:55:55 +08:00
b2baccline
6d2c775dd8 🐛 fix LambdaQueryWrapperX#inIfPresent 参数错误处理成流,导致的 sql 拼接异常 2021-03-11 20:59:56 +08:00
b2baccline
097a042dd8 🐛 修复微信支付签名可能的空指针异常 2021-03-10 14:14:27 +08:00
b2baccline
e662c4a957 AbstractQueueThread 添加程序关闭时的处理方法. 2021-03-09 11:59:57 +08:00
b2baccline
e8e45eadd1 🎨 代码格式化 2021-03-08 22:56:49 +08:00
b2baccline
4ab94442e7 简化微信支付回调类, 修复微信支付验签异常 2021-03-08 22:00:03 +08:00
b2baccline
871c26d369 简化支付宝回调类. 添加验签方法 2021-03-08 22:00:03 +08:00
b2baccline
61da3d2fce ⬆️ virtual-currency 0.3.2 -> 0.4.1 2021-03-08 22:00:03 +08:00
b2baccline
f3abd66137 🎨 虚拟货币处理使用redis队列线程 2021-03-08 20:20:49 +08:00
b2baccline
ffc9034ccf 🎨 抽象 AbstractThread 类. 让下级自定义 poll和put方法. 2021-03-08 20:20:49 +08:00
b2baccline
e89f8d4c67 🐎 精简一些暂时用不上的判断,以及默认返回 true 2021-03-02 19:42:13 +08:00
b2baccline
a22fec3493 🔨 拆分出 common-model 模块
🎨 重命名 SpringUtils -> ApplicationContextHolder
 调整 json 序列化使用 JsonUtils
2021-03-02 19:02:43 +08:00
b2baccline
3d58ea863f 🎨 json 工具类改名 && 代码格式化 2021-02-26 16:19:50 +08:00
b2baccline
1959d02bd4 🎨 工具类移动到 common-util模块. (#65)
🎨 工具类移动到 common-util 模块.
 新增自动配置的JsonUtil
 添加 RedisHelper 工具类
2021-02-26 15:48:36 +08:00
b2baccline
cff403e037 完成微信转账以及demo实例 2021-02-25 17:27:28 +08:00
b2baccline
dd8d2f1310 🐛 修复insertBatchSomeColumn无法插入除list以外的其他 Collection 类型数据 2021-02-23 17:47:57 +08:00
b2baccline
1d586821f4 🔥 移除 AliPay中的 yuanToFen方法 2021-02-22 14:46:47 +08:00
b2baccline
0172d5cc00 🎨 取消代码格式化时的强制换行符转换 2021-02-20 16:18:31 +08:00
b2baccline
49248eea07 更改 hutool依赖引入方式, 按需引入 2021-02-20 14:30:42 +08:00
b2baccline
90b259d087 Merge remote-tracking branch 'fork/master'
# Conflicts:
#	ballcat-admin/ballcat-admin-core/src/main/java/com/hccake/ballcat/admin/modules/sys/service/impl/SysUserServiceImpl.java
2021-02-19 17:25:40 +08:00
b2baccline
ec5ade668b 🎨 Wrapper条件判断,对于字符串使用非空非null校验,空白符也不进行查询 2021-02-01 17:33:36 +08:00
b2baccline
e52e59ddd8 添加支付宝支付回调解析以及验签 2021-01-26 15:21:14 +08:00
b2baccline
1793087291 包装查询结果, 简化信息 2021-01-26 11:24:02 +08:00
b2baccline
b49c8db6b3 🐛 修复pay模块依赖缺失 2021-01-25 18:30:51 +08:00
b2baccline
cd0f7b2b0c 新增 pay-ali 模块, 用于支持支付宝支付 2021-01-25 18:12:55 +08:00
b2baccline
e6ffc2e035 🎨 重构 ballcat-spring-boot-starter-pay模块, 使其按需加载指定支付方式 2021-01-22 19:29:02 +08:00
b2baccline
e3b7a43bb6 优化钉钉消息通知. 每次发起通知使用新的request实例 2021-01-22 17:20:12 +08:00
b2baccline
33da8d6b02 🔥 移除 mybatis IService 的依赖,将部分方法置入 ExtendService,防止 service 直接进行条件构造 2021-01-20 14:04:59 +08:00
b2baccline
7746268448 分页参数构造调整,排序字段做校验以及多列排序预支持,方便前端更新后迁移 2021-01-19 15:55:02 +08:00
b2baccline
e249ce5e5d 🔨 service 改为继承ExtendService, mapper继承ExtendMapper, 分页查询条件构造下沉至dao层并移除 Controller层和 service层对 IPage 的依赖 2021-01-18 23:05:47 +08:00
b2baccline
552815e05b 优化mybatis-plus扩展包 2021-01-18 17:52:38 +08:00
b2baccline
e871ae9831 mybatis-plus-extend 扩展包调整,新增了 LambdaQueryWrapperX 用于简化条件判断 和 LambdaAliasQueryWrapperX 用于构造带别名的条件语句和查询sql 2021-01-14 21:03:20 +08:00
b2baccline
891f8dc310 👷 依赖调整 2020-12-25 20:59:17 +08:00
b2baccline
1a9f7653b4 🔥 弃用 hutool 的json处理器 2020-11-03 21:32:30 +08:00
b2baccline
c4ed5c5b77 🔥 移除test文件 2020-09-27 18:57:21 +08:00
b2baccline
d961bafbc5 优化钉钉消息发送http请求 2020-09-04 15:08:24 +08:00
b2baccline
676feb073c mybatis-plus-mysql 添加主键回填,添加 InsertByBatch方法 2020-08-26 22:17:39 +08:00
b2baccline
258e72b7b4 🐛 修复启动时由于部分参数未设置默认值导致无法正常启动 2020-08-03 15:38:21 +08:00
b2baccline
947059a1e6 新增 kafka-starter 模块 2020-08-03 15:38:16 +08:00
b2baccline
f0b17452c5 添加ExtendService及其实现类,更方法使用扩展方法 2020-07-27 10:57:00 +08:00
b2baccline
40ade50eac 🐛 @Param值由list修改为 collection、如果值为 list,则mybatis会把入参强制转换为List,如果传入的参数是其他Collection的实现类,会出现异常 2020-07-27 10:56:08 +08:00
b2baccline
af051662e8 🚑 extends 模块指定 packaging 为 jar 2020-07-06 18:14:26 +08:00
b2baccline
89add5d79a 🎨 引入spring-java-format插件,代码格式管理 2020-06-25 00:19:21 +08:00
b2baccline
57b3c253b7 添加kafka流处理扩展 2020-06-23 20:34:25 +08:00
b2baccline
0b87a18ba6 生产者与消费者的构筑方法 添加部分属性的get方法、添加自定义build 方法 2020-06-23 20:33:59 +08:00
b2baccline
6f89242d72 添加kafka扩展 2020-06-23 19:35:53 +08:00
b2baccline
f826410c02 🎨 rename ding-talk to dingtalk 2020-06-15 17:28:36 +08:00