Commit Graph

2073 Commits

Author SHA1 Message Date
thinkgem
55000e9d6c update logback config 2025-10-15 11:22:51 +08:00
thinkgem
332711969d update robust 2025-10-13 15:28:09 +08:00
thinkgem
f7d3b4cd95 update version 2025-10-13 12:16:10 +08:00
thinkgem
2454cb8037 更改为构造注入并完善方法注释 2025-10-12 20:34:34 +08:00
thinkgem
06e88b5bad 更改为构造注入并完善方法注释 2025-10-12 14:42:05 +08:00
thinkgem
4538ce0050 登录成功和退出成功接口,增加返回值 2025-10-12 14:07:16 +08:00
thinkgem
901540f9a5 错误提示页面,增加 刷新页面 按钮 2025-10-11 21:56:08 +08:00
thinkgem
3698ec07bc 小窗口下,侧边栏未完全展开问题 2025-10-11 21:55:40 +08:00
thinkgem
28e5f18c4c 优化体验,当关闭多地登录,且被挤下时,给予用户提示,而不是直接跳转登录页 2025-10-11 21:55:01 +08:00
thinkgem
e4d406b864 优化登录逻辑,性能提升 2025-10-11 21:52:54 +08:00
thinkgem
fd328a9e9b 系统缓存 sysCache 延长存活时间 2025-10-11 08:42:14 +08:00
thinkgem
741c1b8592 登录设备合法性验证(根据业务需要自行添加) 2025-10-10 21:03:33 +08:00
thinkgem
28c8c571cd 代码优化 2025-10-10 20:55:58 +08:00
thinkgem
26907c348e 登录优化 2025-10-10 20:54:35 +08:00
thinkgem
57e947e985 登录 subject.isPermitted("user") 调用2次,优化为1次 2025-10-10 20:52:06 +08:00
thinkgem
07b24e3685 CMS 给 Category 栏目添加缓存 2025-10-10 16:45:13 +08:00
thinkgem
d981e643f4 update clearCache 2025-10-10 16:43:55 +08:00
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