Commit Graph

270 Commits

Author SHA1 Message Date
lbw
8b306404cc ♻️ Refactoring code. mapper 字段调整 2023-08-29 17:21:41 +08:00
lbw
339c15f37c 🔖 Releasing / Version tags. 3.7.1-JDK17 2023-08-29 09:21:18 +08:00
lbw
1c177c4dd2 Merge remote-tracking branch 'origin/jdk17-dev' into jdk17-dev 2023-08-28 21:29:31 +08:00
lbw
084619355f 🔥 删除user 不关联租户ID 2023-08-28 21:27:56 +08:00
徐晓伟
f777df58da 🐛 使用 evictIfPresent 替换 evict,立即删除
1. evict 异步或延迟执行
2. evictIfPresent 立即删除
https://docs.spring.io/spring-framework/docs/6.1.x/javadoc-api/org/springframework/cache/Cache.html
2023-08-28 16:17:58 +08:00
lbw
19be64fdf1 🐛 Fixing a bug. 412 用户查询逻辑删除bugfix 2023-08-27 21:47:53 +08:00
徐晓伟
2c17c684c0 🔧 优化 Dockerfile,减少层数
WORKDIR 可以自动创建文件夹,无需执行 mkdir 命令
2023-08-24 12:52:15 +08:00
lbw
95d0091c3e 🔒 Fixing security issues. 开启nacos 认证 2023-08-22 21:47:27 +08:00
lbw
53d92363e2
!392 修复事务失效问题
Merge pull request !392 from 洪岩/jdk17
2023-08-11 09:34:08 +00:00
洪岩
562969c42d 调用方法添加@Transactional注解。 2023-08-11 17:10:14 +08:00
lbw
2cdea993c4 ♻️ Refactoring code. 审计字段填充字段为NULL 不填充 2023-08-10 13:18:19 +08:00
lbw
3843162191 ♻️ Refactoring code.调整 logback-spring.xml 2023-08-08 18:54:36 +08:00
lbw
09a5a262f4 🔖 Releasing / Version tags. 3.7.0 适配 springboot3 生态 2023-07-21 14:57:23 +08:00
lbw
2b42e6bcea ♻️ Refactoring code. feign client 注入 2023-07-11 20:57:36 +08:00
lbw
86fba9a079 🗃️ 执行数据库相关的变化 优化代码生成模板 2023-07-09 13:40:36 +08:00
lbw
8941e8ee34 ♻️ Refactoring code. 格式化代码 2023-07-09 12:37:29 +08:00
lbw
2eef67fe79 ♻️ Refactoring code. swagger 接口文档 自动注册发现 2023-07-08 00:42:41 +08:00
lbw
80096f2d88 🔖 Releasing / Version tags. 3.7.0-snapshot 2023-07-07 16:12:01 +08:00
lbw
1472ee11af 🐛 Fixing a bug. 修复【字段管理】页面的【字典类型】过滤条件不生效 2023-06-27 10:39:29 +08:00
lbw
8e2a302a73 Introducing new features. up springboot 3.1.0 2023-05-26 15:47:35 +08:00
aeizzz
fa90e31a64 ♻️ Refactoring code. 升级 jdk17 spring boot 3 2022-12-23 12:29:45 +08:00
aeizzz
df0b75a6de ♻️ Refactoring code. 升级 jdk17 spring boot 3 2022-12-23 09:28:21 +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
57d3aa9bbf ♻️ Refactoring code. close #I60453 令牌管理 时间格式化 2022-11-08 17:57:42 +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