Commit Graph

90 Commits

Author SHA1 Message Date
b2baccline
7617c17198 调整 AbstractRedisThread 判断poll中是否停止运行的判断代码位置 2021-03-09 15:53:34 +08:00
b2baccline
e662c4a957 AbstractQueueThread 添加程序关闭时的处理方法. 2021-03-09 11:59:57 +08:00
b2baccline
e8e45eadd1 🎨 代码格式化 2021-03-08 22:56:49 +08:00
b2baccline
61da3d2fce ⬆️ virtual-currency 0.3.2 -> 0.4.1 2021-03-08 22:00:03 +08:00
b2baccline
d8c6d7ed8b 添加队列线程的redis实现 2021-03-08 20:20:49 +08:00
b2baccline
0351118199 RedisHelper 添加 list 的 rightPush和leftPop方法 2021-03-08 20:20:49 +08:00
b2baccline
b8e2970435 🔥 移除新酷卡短信组件 2021-03-08 14:41:20 +08:00
b2baccline
a22fec3493 🔨 拆分出 common-model 模块
🎨 重命名 SpringUtils -> ApplicationContextHolder
 调整 json 序列化使用 JsonUtils
2021-03-02 19:02:43 +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
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
6bf6588c6e 🐛 修复dataPermission获取空指针问题 2021-01-28 21:40:36 +08:00
b2baccline
76b0a20bb1 访问日志忽略验证码获取请求,操作日志忽略记录MutipartFile类型参数 2021-01-27 17:00:20 +08:00
b2baccline
c0f0611ebd 数据权限控制细粒度到资源上 2021-01-27 15:16:17 +08:00
b2baccline
f0369596b7 🐛 修复支付宝 bean 无法自动注入 2021-01-26 09:53:05 +08:00
b2baccline
b49c8db6b3 🐛 修复pay模块依赖缺失 2021-01-25 18:30:51 +08:00
b2baccline
f6f95213c4 Merge pull request #58 from lingting/master
添加支付宝支付
2021-01-25 04:14:16 -06:00
b2baccline
cd0f7b2b0c 新增 pay-ali 模块, 用于支持支付宝支付 2021-01-25 18:12:55 +08:00
b2baccline
9e8ba98de9 🔒 过滤用户密码在访问日志和操作日志中的存储 2021-01-23 01:23:33 +08:00
b2baccline
e6ffc2e035 🎨 重构 ballcat-spring-boot-starter-pay模块, 使其按需加载指定支付方式 2021-01-22 19:29:02 +08:00
b2baccline
884504dde7 ⬆️ live.lingting:virtual-currency 升级 0.2.2 -> 0.3.2 2021-01-22 17:31:03 +08:00
b2baccline
db5bff41e6 🐎 swagger-stater 调整,支持 swagger3,升级 knife4j 至 2.0.8(2.x版本只支持Swagger2 版本下的 OAuth2 授权) 2021-01-21 22:46:39 +08:00
b2baccline
4abfa33e75 利用 redis Pus/Sub 来解决集群模式下 websocket 的推送问题 2021-01-12 19:06:49 +08:00
b2baccline
1adfb8f9f5 🐛 修复如果方法参数中携带 HttpServletRequest 或 HttpServletResponse 时堆栈溢出 2021-01-08 11:46:39 +08:00
b2baccline
9fdb08e6f4 🐎 WebSocket推送优化,异步推送&当无邮件配置时不进行邮件推送 2021-01-07 23:35:46 +08:00
b2baccline
7cca10c833 Merge pull request #55 from lingting/master
支付模块-虚拟货币支付相关代码
2021-01-06 17:22:34 +08:00
b2baccline
1da39896c2 添加 支持虚拟货币的 pay模块, 提供对虚拟货币充值查询的规范性线程, 提供虚拟货币相关支付的标准配置 2021-01-06 15:18:22 +08:00
b2baccline
cedc95ace9 🐎 websocket starter 优化调整 2021-01-05 21:55:22 +08:00
b2baccline
21645dfc5a 🐛 修复升级到springmvc5.3之后版本的跨域通配符匹配问题 2020-12-28 20:25:46 +08:00
b2baccline
74062c76bf Merge pull request #53 from xiaoashuo/ballcat-dev
:add 增加websocket
2020-12-26 18:32:06 +08:00
b2baccline
4cb30606a4 Merge branch 'feat-notify' 2020-12-25 19:31:33 +08:00
b2baccline
bcdee3c97e 🎨 mail-starter 微调 2020-12-23 19:11:58 +08:00
b2baccline
91f462c878 ⬇️ up to 0.0.7-SNAPSHOT 2020-12-22 19:15:41 +08:00
b2baccline
08305d94ff 🎨 数据权限注解放行处理 2020-12-22 01:42:05 +08:00
b2baccline
68269eadf4 忽略sql数据权限逻辑 2020-12-22 01:37:46 +08:00
b2baccline
387d370c2f 🎨 mail-starter 结构微调 2020-12-21 21:03:34 +08:00
b2baccline
0c771bb07b 🎨 提供WriteBuilderEnhance,方便用户扩展 2020-12-18 14:47:48 +08:00
b2baccline
c63aff1418 :edit Enable websocket改为自动注册 2020-12-14 19:13:09 +08:00
b2baccline
61bc1502ab :add 增加websocket 2020-12-14 16:45:55 +08:00
b2baccline
c9ceb6c9a2 将 ResponseExcelReturnValueHandler 交由 spring 托管,方便用户继承并做自定义处理 2020-12-09 18:13:38 +08:00
b2baccline
7b423a3c82 🐎 excel 多页签导出支持每个页签不同头类型 2020-12-08 11:44:50 +08:00
b2baccline
9f4066c642 🎨 sms 和 kafka 配置前缀简化掉 starter 2020-12-03 15:22:51 +08:00
b2baccline
1a2ff0e4bd Merge branch 'master' of github.com:Hccake/ballcat 2020-11-22 17:51:13 +08:00
b2baccline
bcf74a34fb ⬆️ Bump spring-boot from 2.3.4 to 2.4.0 2020-11-19 10:29:52 +08:00
b2baccline
005a77dcad CacheLock 日志由 debug 改为 trace 2020-11-17 15:24:25 +08:00
b2baccline
ce406452c1 CacheLock 日志由 Info 改为 debug, 高并发情况下日志所有内容都是这个,不方便检查 2020-11-17 15:16:59 +08:00
b2baccline
68f75e6137 🚑 Hutool中JsonUtil会导致部分情况下stackoverflow,暂时先更新为使用jackson进行序列化 2020-11-03 21:09:59 +08:00
b2baccline
87f34ab953 Merge pull request #48 from lingting-gzm/master
 添加ballcat-spring-boot-starter-sms 模块用于处理短信发送
2020-11-03 21:04:56 +08:00