Commit Graph

2084 Commits

Author SHA1 Message Date
thinkgem
bf969042d4 remove config mvc.pathmatch.matching-strategy 2025-10-16 13:33:26 +08:00
thinkgem
f57f7a9762 删除或保留 ueditor.json 配置文件,删除后将使用默认 ueditor-core.json 2025-10-16 10:54:07 +08:00
thinkgem
a422fd5441 默认加载 mybatis-default.xml,可通过 mybatis.configLocation 参数指定 mybatis-config.xml 文件 2025-10-16 10:52:06 +08:00
thinkgem
fc2e5e10c2 application-prod.yml 增加 mybatis.mapper.refresh.enabled: false 2025-10-16 10:41:50 +08:00
thinkgem
23d9258577 update application.yml 2025-10-16 10:37:54 +08:00
thinkgem
9e33b5c894 给迷你服务去掉一些依赖,缩减打包大小 2025-10-15 21:13:38 +08:00
thinkgem
6a41db0efc update pom.xml 2025-10-15 20:03:47 +08:00
thinkgem
66f7ead680 增加 logger-default-cloud.xml 默认配置,可自定义覆盖默认参数 2025-10-15 16:29:20 +08:00
thinkgem
75ed6bc847 增加 beetl-default.properties 默认配置,可自定义覆盖默认参数 2025-10-15 16:24:11 +08:00
thinkgem
e15227525c update logger 2025-10-15 12:30:47 +08:00
thinkgem
b936d3fba6 增加默认文件 logger-default.xml、mybatis-default.xml 方便 junit、mini服务引用 2025-10-15 11:30:23 +08:00
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