Commit Graph

498 Commits

Author SHA1 Message Date
thinkgem
a422fd5441 默认加载 mybatis-default.xml,可通过 mybatis.configLocation 参数指定 mybatis-config.xml 文件 2025-10-16 10:52:06 +08:00
thinkgem
6a41db0efc update pom.xml 2025-10-15 20:03:47 +08:00
thinkgem
06e88b5bad 更改为构造注入并完善方法注释 2025-10-12 14:42:05 +08:00
thinkgem
28c8c571cd 代码优化 2025-10-10 20:55:58 +08:00
thinkgem
7e83d139c5 code optimization 2025-10-09 23:34:49 +08:00
thinkgem
bb490f8051 微服务下取不到bootstrap.yml影响版本5.13.boot2 2025-10-09 17:47:43 +08:00
thinkgem
b7c69ae981 next version 2025-09-27 19:52:37 +08:00
thinkgem
1b5808afa1 优化 ThreadUtils.sleep 增加 currentThread().interrupt(); 2025-09-27 19:50:37 +08:00
thinkgem
84f42a27e5 当指定语言和时区的时候再进行更改默认 2025-09-27 19:50:37 +08:00
thinkgem
4e6e499ba7 新增 -Dspring.config.additional-location 方式读取配置文件 2025-09-22 09:54:03 +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
27ae67dc28 5.13.1 2025-09-15 08:48:44 +08:00
thinkgem
c2ab70275b 解决 ExcelImport 数值类型为负数的时候小数问题 2025-09-13 16:01:28 +08:00
thinkgem
a06850a9e9 update upbw 2025-09-02 10:08:26 +08:00
thinkgem
5e3c704499 完善xss过滤表达式,避免出现data: 2025-08-18 23:05:44 +08:00
thinkgem
84accda86e update logger 2025-08-14 21:13:19 +08:00
thinkgem
1a6d1b2a2e 代码优化 2025-08-08 13:48:20 +08:00
thinkgem
b15b514543 next version 2025-07-30 22:17:29 +08:00
thinkgem
b0e6ab234e 完善xss正则表达式,处理on前面是/的问题;完善beetl的xss格式化,默认使用非html文本处理 2025-07-09 13:37:41 +08:00
thinkgem
c869dc037c 5.12.1 2025-07-07 18:29:23 +08:00
thinkgem
055d3036fb 新增 SHA-256 工具,使用 ShaUtils 替代 Sha1Utils 2025-07-07 08:56:11 +08:00
thinkgem
26587e106f ztree 当没有title数据的时候,使用name作为title显示 2025-06-27 09:22:12 +08:00
thinkgem
3392c66fd5 修正请求对象被回收提示 2025-06-21 19:30:34 +08:00
thinkgem
2e832ef693 代码优化 2025-06-10 11:46:47 +08:00
thinkgem
6b7813beaf 增加JsonFormat条件防止出现类型转换问题 2025-06-05 13:04:34 +08:00
thinkgem
b5bde1e58c JsonMapper日期类型转换代码优化 2025-05-24 18:42:19 +08:00
thinkgem
a35d4654f5 新增 LocaleUtils 本地化语言和时区对象管理工具类 2025-05-24 18:41:41 +08:00
thinkgem
4634055b43 DateUtils.parseDate 多格式字符串解析性能优化,并支持时区 2025-05-24 18:41:02 +08:00
thinkgem
c478f2a969 代码优化 2025-05-24 16:59:16 +08:00
thinkgem
c7d317c1da JsonMapper 使用 DateUtils 解析日期,以支持更多的格式;优化 JsonFormat 注解非日期类型的自定义 2025-05-19 10:44:20 +08:00
thinkgem
8f1dbaf3bd DateUtils 增加 yyyy-MM-dd'T'HH:mm:ss'Z' 格式解析 2025-05-19 10:38:43 +08:00
thinkgem
dc23dbcd6d 当已知异常信息包含更多异常的时候,将异常信息打印到日志中 2025-05-09 17:49:23 +08:00
thinkgem
f88e432403 next 2025-05-08 09:50:49 +08:00
thinkgem
59996a2a5b 一级菜单美化,圆角展示选中背景色 2025-05-06 15:08:32 +08:00
thinkgem
6ad05b6037 调整属性文件加载顺序,classpath:application.yml 优先于 classpath:config/application.yml(升级注意) 2025-04-17 09:07:44 +08:00
thinkgem
1a92a275cd 代码优化 2025-04-17 09:05:49 +08:00
thinkgem
5e67bd380b 表格操作列图标更新、默认按钮美化、表格设置按钮更新 2025-04-14 12:59:22 +08:00
thinkgem
dc348365ce update PropertiesUtils 2025-04-07 18:39:28 +08:00
thinkgem
00b53ba722 EncodeUtils增加手机号和邮箱的掩码处理方法 2025-03-29 22:07:18 +08:00
thinkgem
415dc88a79 EncodeUtils.encodeUrl 忽略字符编码传递空值,默认 UTF-8 2025-03-27 14:14:24 +08:00
thinkgem
eaad1b6e51 next version 2025-03-27 09:00:06 +08:00
thinkgem
96a07e886d update 2025-03-22 18:52:01 +08:00
thinkgem
a1beed5b5e 属性获取工具,支持从系统环境变量中获取参数 2025-03-11 15:23:02 +08:00
thinkgem
7eeae69a63 账号找回密码增加租户参数 2025-03-02 21:03:15 +08:00
thinkgem
ee6715de0a next 2025-02-24 09:24:54 +08:00
thinkgem
ac699f9057 新增 列名 columnName 正则表达式的安全过滤 2025-02-11 12:46:41 +08:00
thinkgem
1b32b7700a 增加默认值 2025-02-07 20:44:16 +08:00
thinkgem
761901e61d add ObjectUtilsTest.java 2025-02-05 21:10:28 +08:00
thinkgem
6de3df8c76 修正String转Long丢失精度问题 2025-02-05 21:09:53 +08:00