Commit Graph

2056 Commits

Author SHA1 Message Date
thinkgem
f5d1546e85 update logger 2025-10-10 16:43:26 +08:00
thinkgem
777655f09c CMS 当栏目为显示第一篇文章的时候,点击保存,不关闭窗口 2025-10-10 16:40:52 +08:00
thinkgem
899c477448 缓存工具 CacheUtils 增加 computeIfAbsent 简化方法 2025-10-10 11:12:50 +08:00
thinkgem
7e83d139c5 code optimization 2025-10-09 23:34:49 +08:00
thinkgem
195d2ee06e SpringUtils 增加 getBeanIfAvailable 方法,如果可用则返回Bean,不抛出异常 2025-10-09 22:52:08 +08:00
thinkgem
839511b48c 优化 FeignClient 生成的 Bean 名称,直接使用 类名 小写开头 2025-10-09 18:00:34 +08:00
thinkgem
669bc979f8 update nacos config 2025-10-09 17:54:06 +08:00
thinkgem
bb490f8051 微服务下取不到bootstrap.yml影响版本5.13.boot2 2025-10-09 17:47:43 +08:00
thinkgem
4888081778 update logger-core.xml 2025-10-09 17:05:00 +08:00
thinkgem
91caf04bcb lazy-initialization: true 2025-10-09 17:01:24 +08:00
thinkgem
f5af89bef8 新增 分组聚合查询 sqlMap.getGroup().setGroupBy(分组字段).setHaving(分组条件);优化 字段权限排除方法 setExcludeAttrNames,支持设置 * 排除所有列; 2025-09-29 11:38:24 +08:00
thinkgem
0d9980e4ca 新增 toOrderSql() 和 toGroupSql() 方法,当为空的时候不输出 ORDER BY 和 GROUP BY 关键字 2025-09-29 11:37:56 +08:00
thinkgem
b7c69ae981 next version 2025-09-27 19:52:37 +08:00
thinkgem
6bf2550412 update README.md 2025-09-27 19:50:37 +08:00
thinkgem
fbadd0960f 幂等注解 Idempotent 增加 sessionId(是否为会话级别的幂等验证)和 cacheName(可以自定义缓存名)参数 2025-09-27 19:50:37 +08:00
thinkgem
1b5808afa1 优化 ThreadUtils.sleep 增加 currentThread().interrupt(); 2025-09-27 19:50:37 +08:00
thinkgem
f33f07e8fc 新增 锁管理器,支持本地锁和分布式锁,当开启集群时,自动使用分布式锁 2025-09-27 19:50:37 +08:00
thinkgem
84f42a27e5 当指定语言和时区的时候再进行更改默认 2025-09-27 19:50:37 +08:00
thinkgem
862568c919 update README.md 2025-09-27 19:47:32 +08:00
thinkgem
00b94000e1 初始化isShow为空问题修复 2025-09-27 19:38:59 +08:00
thinkgem
736b687196 5.13.1 v5.13.1.springboo2 2025-09-22 21:46:57 +08:00
thinkgem
4e6e499ba7 新增 -Dspring.config.additional-location 方式读取配置文件 2025-09-22 09:54:03 +08:00
thinkgem
b712522c8e 启动脚本 startup.sh(bat) 支持接受参数 2025-09-22 09:35:13 +08:00
thinkgem
d0695b0f45 update README.md 2025-09-20 19:19:03 +08:00
thinkgem
2777e42196 update docker plugin 2025-09-20 19:11:39 +08:00
thinkgem
fa8a8c5235 poi 5.4.1 2025-09-19 19:57:00 +08:00
thinkgem
94c907ae2a 移除用不到的文件h5fix.min.js 2025-09-18 21:58:27 +08:00
thinkgem
0c7d946ef6 驼峰命名法工具优化,使用下划线开头的时候忽略它 2025-09-18 21:47:18 +08:00
thinkgem
94f85a8854 update yml 2025-09-18 13:40:47 +08:00
thinkgem
27ae67dc28 5.13.1 2025-09-15 08:48:44 +08:00
thinkgem
c2ab70275b 解决 ExcelImport 数值类型为负数的时候小数问题 2025-09-13 16:01:28 +08:00
thinkgem
cd2156b2b0 新增 QueryType.BETWEEN、QueryType.NOT_BETWEEN 查询类型 2025-09-12 09:51:01 +08:00
thinkgem
263030fc47 update 2025-09-10 23:23:07 +08:00
thinkgem
419c1870ff IpAddrFilter重命名为GlobalFilter全局过滤器,并将MDC移动到进来 2025-09-08 11:21:59 +08:00
thinkgem
079bfcf845 候还是后,稍后:说明后面还需有动作,需再进行尝试;稍候:说明只需等待就可以了 2025-09-05 10:47:27 +08:00
thinkgem
a06850a9e9 update upbw 2025-09-02 10:08:26 +08:00
thinkgem
b250c9cf2b 没有生成导入功能时,缺少 ref 导入 2025-09-02 10:07:49 +08:00
thinkgem
975ee600c0 更新名称 生成模块代码(Maven) 2025-08-29 20:51:36 +08:00
thinkgem
d58920f75d TestData 子表增加图片上传组件 2025-08-27 23:52:23 +08:00
thinkgem
0850e4c877 代码优化 2025-08-27 23:52:15 +08:00
thinkgem
c9b580500a @Idempotent 幂等注解,支持 key 指定多个,使用逗号分隔 2025-08-26 15:45:45 +08:00
thinkgem
7c4431d1cd 更新vue实例菜单 2025-08-25 15:08:40 +08:00
thinkgem
821f35e28e 改进单元测试类配置 2025-08-25 10:37:49 +08:00
thinkgem
a08ac0c536 优化界面 2025-08-22 18:40:58 +08:00
thinkgem
5df4152d6e Merge branch 'v5.springboot2' into v5.springboot2.temp 2025-08-22 18:39:28 +08:00
thinkgem
151f07d25c update README.md v5.13.0.springboo2 2025-08-19 00:26:12 +08:00
thinkgem
5e3c704499 完善xss过滤表达式,避免出现data: 2025-08-18 23:05:44 +08:00
thinkgem
3859f26df7 Merge branch 'v5.springboot2' into v5.springboot2.temp 2025-08-18 17:15:18 +08:00
thinkgem
c09bd95406 5.13.0 2025-08-18 17:09:57 +08:00
thinkgem
0d51714f49 5.13.0 2025-08-18 11:45:32 +08:00