Commit Graph

249 Commits

Author SHA1 Message Date
lbw
8f026ada0f 🎨 Improving structure / format of the code. 格式化代码 2023-04-27 14:56:39 +08:00
jiakang
5b963bae19 优化字典项排序,修复修改字典项未清除缓存 2023-04-27 11:44:56 +08:00
林常坤
5caae30c86 修改字段名为驼峰格式 2023-04-13 17:00:24 +08:00
lbw
37325ad312 🔖 🔖 🔖 3.6.7 2023-03-23 19:55:58 +08:00
linck
b7d1f7eccf 移除多余的BeanUtils.copyProperties调用 2023-03-10 17:50:19 +08:00
linck
5a79ed742e 修改Controller类名,增加Sys前缀,与Service和Mapper类名规则保持一致 2023-03-09 12:25:08 +08:00
linck
43a9089f0e 修正注释 2023-03-08 17:51:23 +08:00
徐晓伟
b7e6a670ce 🐛 HashMap初始大小应该是2的指数,如:2、4、8、16 ...,默认达到75%时进行扩容,删除无用代码 2023-03-07 09:14:31 +08:00
lbw
3485586c19 🔖 🔖 🔖 v3.6.6 引入 jasypt 3.x 注意更新 pig_config.sql 2023-03-04 23:10:38 +08:00
lbw
bf3a840dbf 🐛 Fixing a bug. close #I6IL1L 方法名命名单词问题 置顶 2023-03-04 23:07:13 +08:00
lbw
6dbabd2f1d 🐛 Fixing a bug. close #I6IL1L 方法名命名单词问题 置顶 2023-03-03 16:19:31 +08:00
徐晓伟
b6163ae2eb ⬆️ 升级 spring-javaformat 0.0.38 2023-02-23 15:48:20 +08:00
MuskLai
daff7b1a4a fix: 更新字典清除缓存 key入参错误 2023-01-16 19:58:52 +08:00
MuskLai
23826e0b44 Revert "fix: 更新字典清除缓存 key入参错误"
This reverts commit f1f18a1f
2023-01-16 19:58:52 +08:00
MuskLai
596df42ae2 fix: 更新字典清除缓存 key入参错误 2023-01-16 19:58:52 +08:00
aeizzz
56751368d4 close #I6AIC7 pigx-register支持开启认证模式 2023-01-14 19:01:58 +08:00
aeizzz
ea1acee88a 🔖 Releasing / Version tags. 3.6.5 2022-12-30 09:00:47 +08:00
lbw
d79f5ec79a 🔖 Releasing / Version tags. 3.6.4 2022-12-12 12:04:17 +08:00
aeizzz
605b89880a 🐛 Fixing a bug. closed #I64ZNM 接口对外暴露范围过大 修改为 Inner范围 2022-12-07 14:58:08 +08:00
aeizzz
cca44f5401 ♻️ Refactoring code. 格式化代码 2022-12-05 16:29:25 +08:00
sun2008mt
8124d41e8d
update SysUserServiceImpl.java.
用户删除时,需要删除用户职位关系

Signed-off-by: sun2008mt <sun2008mt@qq.com>
2022-12-02 06:23:40 +00:00
lbw
f225d53010 🔖 Releasing / Version tags. v3.6.3 2022-11-25 19:54:21 +08:00
lbw
a3c5070e32 Introducing new features. close #I61KXK MySQL Connector/J has new Maven Coordinates 2022-11-17 11:51:42 +08:00
lbw
3a7a3efa7e ♻️ Refactoring code. 是使用 @RequestMapping Headers属性替代 代码中指定header 参数 2022-11-12 12:31:04 +08:00
lbw
6d9713ec0e 🔖 Releasing / Version tags. 3.6.2 2022-11-07 12:53:49 +08:00
lbw
f3bd2609bc 🐳 Work about Docker. 修正 Dockerfile 中的jvm 参数 2022-11-05 22:44:35 +08:00
lbw
23b18c43e0 ♻️ Refactoring code. 发送验证码组件需要判断手机号是否存在用户列表中 #749 2022-10-13 10:32:42 +08:00
lbw
9634f9f3b8 🔖 Releasing / Version tags. v3.6.1 2022-10-11 21:21:19 +08:00
lbw
297e056df9 Introducing new features. 增加 xss 过滤模块 2022-10-10 15:34:59 +08:00
lbw
c8fc4ebb33 🔖 Releasing / Version tags. v3.6 2022-10-05 10:12:45 +08:00
lbw
5abdbd9783 ♻️ Refactoring code. 重构菜单 增加类型 2022-09-30 11:37:44 +08:00
lengleng
15c0949ea7 Introducing new features. 完善安全校验,注册、修改手机号 均需要手机号验证码 2022-09-23 23:53:21 +08:00
lbw
3aed0b7a08 🔖 Releasing / Version tags. 3.5.3 2022-09-19 08:29:50 +08:00
lbw
7644611c0c 优化 close #I5QKCC #I5QKAS #I5QK82 2022-09-10 14:07:50 +08:00
lbw
7d3552ef60 ⬆️ Upgrading dependencies. easyexcel 3.1.1 clsoe #I5PJYE 2022-09-05 10:55:47 +08:00
lbw
c952dc3a62 🔖 Releasing / Version tags. 3.5.2 2022-08-07 14:57:28 +08:00
冷冷
22d33eb2b4
Merge pull request #682 from jiangying000/master
remove preceding space at filename
2022-07-19 08:52:14 +08:00
lbw
5d218f552e 🎨 Improving structure / format of the code. 2022-06-24 13:17:31 +08:00
xumin
64652146af 修改个人信息后,清除缓存的问题,应该是修改登录用户的缓存,目前清除的是越权账号的缓存 2022-06-23 15:16:02 +08:00
xumin
8eb380ba26 修复任意修改密码问题 2022-06-21 09:46:57 +08:00
lbw
dcb61e1a63 Introducing new features. 用户校验接口重构 2022-06-20 11:19:57 +08:00
lbw
3d9e0be72f 🔖 Releasing / Version tags. 3.5.1 2022-06-20 09:58:34 +08:00
jiangying
0ef4ebcfac remove preceding space at filename 2022-06-10 23:36:44 +08:00
lbw
076139a7e2 🔖 Releasing / Version tags. 3.5.0 SAS 支持 2022-06-06 09:59:29 +08:00
lbw
d1d24f2c93 Merge remote-tracking branch 'github/dev' into sas 2022-06-06 09:29:15 +08:00
jiakang
1ec8b18679 Fixing SysMenuMapper类中 listMenusByRoleId 参数名错误 2022-06-04 13:33:43 +08:00
lbw
cb91df9a33 ♻️ Refactoring code. 事件通知重构 2022-06-02 17:31:34 +08:00
lbw
13bb2edb61 🐛 Fixing a bug. 令牌抽取失败 2022-05-30 11:55:13 +08:00
lbw
f2f90b3844 🔖 Releasing / Version tags. 3.5.0-snapshot 2022-05-30 11:30:19 +08:00
lbw
7f3a008b6d ♻️ Refactoring code. 客户端加载处理逻辑 2022-05-29 16:26:38 +08:00