Commit Graph

517 Commits

Author SHA1 Message Date
thinkgem
5594969e9a 新增Excel导入导出实体单元测试类 2025-10-22 10:49:09 +08:00
thinkgem
d30435ae8e 修正ExcelField声明在get方法上时提示wrong number of arguments 2025-10-22 10:47:47 +08:00
thinkgem
5d98e0ff8c 默认加载 mybatis-default.xml,可通过 mybatis.configLocation 参数指定 mybatis-config.xml 文件 2025-10-16 10:50:20 +08:00
thinkgem
8efa457299 update StringUtils.java 2025-10-15 11:26:06 +08:00
thinkgem
67b3649c15 更改为构造注入并完善方法注释 2025-10-12 14:44:21 +08:00
thinkgem
75f51fa221 代码优化 2025-10-10 20:56:06 +08:00
thinkgem
d475e154a6 StringUtils 更新一些标为弃用的方法 2025-10-10 19:25:41 +08:00
thinkgem
92d4161294 code optimization 2025-10-09 23:35:12 +08:00
thinkgem
9b85753948 StringUtils 更新一些标为弃用的方法 2025-10-09 22:56:43 +08:00
thinkgem
893eab3ad8 add fury-extensions 2025-09-30 16:16:00 +08:00
thinkgem
ee9bea2473 next version 2025-09-27 19:53:13 +08:00
thinkgem
5cc48c44e5 优化 ThreadUtils.sleep 增加 currentThread().interrupt(); 2025-09-24 22:02:49 +08:00
thinkgem
4741e75975 当指定语言和时区的时候再进行更改默认 2025-09-24 13:33:19 +08:00
thinkgem
1c51398e60 新增 -Dspring.config.additional-location 方式读取配置文件 2025-09-22 09:54:12 +08:00
thinkgem
bfe0f7536d 移除用不到的文件h5fix.min.js 2025-09-18 21:57:23 +08:00
thinkgem
cb4640cbb7 驼峰命名法工具优化,使用下划线开头的时候忽略它 2025-09-18 21:47:28 +08:00
thinkgem
63a6d5c762 5.13.1 2025-09-15 08:48:32 +08:00
thinkgem
c06f2e4ff1 解决 ExcelImport 数值类型为负数的时候小数问题 2025-09-13 16:01:37 +08:00
thinkgem
d409e73324 update upbw 2025-09-02 10:08:21 +08:00
thinkgem
63773c97a5 完善xss过滤表达式,避免出现data: 2025-08-18 23:06:15 +08:00
thinkgem
7f77715cc0 update logger 2025-08-14 21:13:23 +08:00
thinkgem
b797bb99d0 代码优化 2025-08-08 17:44:31 +08:00
thinkgem
7e6426adea next version 2025-07-29 09:52:45 +08:00
thinkgem
3585737d21 完善xss正则表达式,处理on前面是/的问题;完善beetl的xss格式化,默认使用非html文本处理 2025-07-09 13:03:17 +08:00
thinkgem
b522b3ff1e 5.12.1 2025-07-07 18:29:36 +08:00
thinkgem
743dcc6f4c 新增 SHA-256 工具,使用 ShaUtils 替代 Sha1Utils 2025-07-07 08:55:36 +08:00
thinkgem
3b7ef10492 ztree 当没有title数据的时候,使用name作为title显示 2025-06-27 09:22:38 +08:00
thinkgem
0732be618e 修正请求对象被回收提示 2025-06-21 19:29:34 +08:00
thinkgem
28293383dd 代码优化 2025-06-10 11:47:00 +08:00
thinkgem
a567c82ef2 增加JsonFormat条件防止出现类型转换问题 2025-06-05 13:04:51 +08:00
thinkgem
9118907838 JsonMapper日期类型转换代码优化 2025-05-24 18:42:12 +08:00
thinkgem
1b465578b6 新增 LocaleUtils 本地化语言和时区对象管理工具类 2025-05-24 18:41:46 +08:00
thinkgem
d78b7f3c17 DateUtils.parseDate 多格式字符串解析性能优化,并支持时区 2025-05-24 18:41:08 +08:00
thinkgem
01690c76cd 代码优化 2025-05-24 16:59:23 +08:00
thinkgem
fc3efc6819 JsonMapper 使用 DateUtils 解析日期,以支持更多的格式;优化 JsonFormat 注解非日期类型的自定义 2025-05-19 10:44:07 +08:00
thinkgem
a867020070 DateUtils 增加 yyyy-MM-dd'T'HH:mm:ss'Z' 格式解析 2025-05-19 10:38:33 +08:00
thinkgem
ca54e4cd3b 添加 @Serial 序列化注解 2025-05-17 22:14:14 +08:00
thinkgem
723a088eed 避免URL带#号导致的错误 2025-05-14 21:47:45 +08:00
thinkgem
8789c83942 FastJSON 2.x 只有个别第三方在使用,1.x 已经没有再用了,代码移除 2025-05-12 11:02:30 +08:00
thinkgem
681f4e7510 当已知异常信息包含更多异常的时候,将异常信息打印到日志中 2025-05-09 17:49:14 +08:00
thinkgem
6b4a69453d next 2025-05-08 09:46:25 +08:00
thinkgem
9c78772e1f 一级菜单美化,圆角展示选中背景色 2025-05-06 15:07:49 +08:00
thinkgem
77b38b31d9 调整属性文件加载顺序,classpath:application.yml 优先于 classpath:config/application.yml(升级注意) 2025-04-17 09:07:50 +08:00
thinkgem
70bb0c1d57 代码优化 2025-04-17 09:05:55 +08:00
thinkgem
adae0af8d6 表格操作列图标更新、默认按钮美化、表格设置按钮更新 2025-04-14 12:59:09 +08:00
thinkgem
9684e75697 HttpClientUtils增加文件流下载方法 2025-04-08 15:35:59 +08:00
thinkgem
48e639f5d4 update PropertiesUtils 2025-04-07 18:39:24 +08:00
thinkgem
cf7f27d3b0 EncodeUtils增加手机号和邮箱的掩码处理方法 2025-03-29 22:05:34 +08:00
thinkgem
6324fa15ae HttpClientUtils 使用 jdk 自带的 http5 替代 apache httpclient 工具 2025-03-28 10:21:37 +08:00
thinkgem
11524982e5 EncodeUtils.encodeUrl 忽略字符编码传递空值,默认 UTF-8 2025-03-27 14:14:31 +08:00