Commit Graph

537 Commits

Author SHA1 Message Date
b2baccline
e339103998 新增解绑用户角色关联关系的功能 2021-03-15 19:13:24 +08:00
b2baccline
865d4c7a2c 🐛 修复支付宝电脑网站支付提示参数异常 2021-03-15 18:43:16 +08:00
b2baccline
be5c28bff3 🐛 修复支付宝电脑网站支付接口请求异常 2021-03-15 14:55:55 +08:00
b2baccline
f0d0026a26 🐛 修复当没有字典项时,无法正常删除字典的 bug 2021-03-11 21:32:47 +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
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
7cc815f289 未使用 Lombok @UtilityClass 修饰的工具类,手动添加 final 关键字和私有构造 2021-03-08 22:10:56 +08:00
b2baccline
fdbe89ffca 🐎 xss 防注入优化,使用 jsoup 白名单过滤,新增排除路径和请求类型等配置 2021-03-08 22:05:28 +08:00
b2baccline
0415ea2ce5 使用 Jackson2ObjectMapperBuilder 构造 ObjectMapper,保留使用配置文件配置 jackson 属性的能力,以及方便用户增加自定义配置 2021-03-08 22:03:58 +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
d8c6d7ed8b 添加队列线程的redis实现 2021-03-08 20:20:49 +08:00
b2baccline
aff93875ac 🔥 移除AbstractBlockingQueueThread的 putObject 方法 2021-03-08 20:20:49 +08:00
b2baccline
0351118199 RedisHelper 添加 list 的 rightPush和leftPop方法 2021-03-08 20:20:49 +08:00
b2baccline
ffc9034ccf 🎨 抽象 AbstractThread 类. 让下级自定义 poll和put方法. 2021-03-08 20:20:49 +08:00
b2baccline
b8e2970435 🔥 移除新酷卡短信组件 2021-03-08 14:41:20 +08:00
b2baccline
85790d7a61 ⬆️ up to 0.0.9-SNAPSHOT 2021-03-05 14:09:31 +08:00
b2baccline
9119650a3a 🔖 release v0.0.8 2021-03-04 21:08:06 +08:00
b2baccline
d79dbbc822 📝 v0.0.8 文档 & sql更新
 代码生成器模板组的查询条件非空检验
2021-03-04 21:04:24 +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
93b1e5836e SimpleDesensitizationHandlerHolder.java 修改为 DesensitizationHandlerHolder,将 正则和滑动脱敏处理器也集中管理,方便直接获取复用实例 2021-02-26 19:05:40 +08:00
b2baccline
3d58ea863f 🎨 json 工具类改名 && 代码格式化 2021-02-26 16:19:50 +08:00
b2baccline
8328482d28 Update pom.xml 2021-02-26 15:53:42 +08:00
b2baccline
7b9203f706 ⬆️ Bump fastjson in /ballcat-dependencies
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.9 to 1.2.25.sec10.
- [Release notes](https://github.com/alibaba/fastjson/releases)
- [Commits](https://github.com/alibaba/fastjson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-26 15:53:42 +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
15396ba3cf 🐛 修复 Json 转换,对象属性为 null 时被转换为 '',导致的反序列化异常 2021-02-25 17:23:41 +08:00
b2baccline
46d5e8d65d ⬆️ 升级至 spring-boot v2.4.3 2021-02-23 18:13:41 +08:00
b2baccline
6a80107b27 Merge pull request #63 from lingting/master
🐛 修复insertBatchSomeColumn无法插入除list以外的其他 Collection 类型数据
2021-02-23 17:53:36 +08:00
b2baccline
dd8d2f1310 🐛 修复insertBatchSomeColumn无法插入除list以外的其他 Collection 类型数据 2021-02-23 17:47:57 +08:00
b2baccline
baa2b825a9 Merge remote-tracking branch 'fork/master' 2021-02-23 17:46:58 +08:00
b2baccline
32a36155bb 📝 v 0.0.8 CHANGELOG.md & README.md 更新 2021-02-22 20:54:36 +08:00
b2baccline
c93cb3345b ⬆️ 滑块验证码升级 v1.2.8 2021-02-22 18:22:38 +08:00
b2baccline
9e45b41aa0 🐎 独立脱敏模块 & 移除 hibernate-validator 版本指定,改为跟随 springboot 依赖版本 2021-02-22 16:00:48 +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
f8ab1bb649 Merge branch 'master' of https://github.com/Hccake/ballcat 2021-02-20 15:14:32 +08:00
b2baccline
94e5771d76 Merge pull request #62 from lingting/master
 更改 hutool依赖引入方式, 按需引入
2021-02-20 15:14:12 +08:00
b2baccline
be2a9e9d1f ⬆️ 第三方依赖大升级 2021-02-20 15:13:54 +08:00
b2baccline
49248eea07 更改 hutool依赖引入方式, 按需引入 2021-02-20 14:30:42 +08:00
b2baccline
d5228916c8 Merge branch 'master' of https://github.com/Hccake/ballcat 2021-02-19 18:27:02 +08:00
b2baccline
9c853f4fb1 admin sample 配置 swagger3 支持 2021-02-19 18:26:24 +08:00
b2baccline
ac0ce89c14 up to spring-boot 2.4.3 & up to spring-boot-admin 2.3.1 2021-02-19 18:24:42 +08:00
b2baccline
5b15122912 连表查询还是先使用 Base_Column_List 2021-02-19 18:22:02 +08:00