冷冷
|
1839c8851a
|
add docker mirror
|
2024-06-10 08:33:17 +08:00 |
|
冷冷
|
e7a20be233
|
🎨 Improving structure / format of the code.
|
2024-04-17 14:14:52 +08:00 |
|
冷冷
|
9fe2ed3ba4
|
🐛 令牌管理接口路径错误
|
2024-04-10 18:22:34 +08:00 |
|
冷冷
|
78f056a179
|
🎨 Improving structure / format of the code.
|
2024-04-09 12:48:33 +08:00 |
|
冷冷
|
225a5d5b52
|
🗃️ 执行数据库相关的变化,支持最新架构合并数据库配置文件
|
2024-04-07 14:50:34 +08:00 |
|
冷冷
|
38a8b41bfb
|
🎨 Improving structure / format of the code. 格式化代码
|
2024-04-07 14:32:57 +08:00 |
|
冷冷
|
d45551a88b
|
⚡ 优化日志导出查询条件
|
2024-04-07 13:16:24 +08:00 |
|
冷冷
|
66379e728f
|
♻️ 重构 feign 导入支持单体版本通过SPI 导入
|
2024-04-07 13:15:21 +08:00 |
|
冷冷
|
0e90c12696
|
♻️ Refactoring code. 重构 PasswordDecoderFilter ValidateCodeFilter 代码至 pig-auth 模块简化网关逻辑
|
2024-04-07 12:35:15 +08:00 |
|
冷冷
|
fb7d2fc9a8
|
🔥 删除 SysUserServiceImpl 无用导入的错误
|
2024-04-07 11:40:55 +08:00 |
|
冷冷
|
d97533ff7c
|
🐛 Fixing a bug. #I99Q0B bug提交 多角色 无法更新个人信息
|
2024-03-19 16:19:06 +08:00 |
|
lbw
|
cb94ea52ce
|
🔖 Releasing / Version tags. 3.7.4
|
2024-01-28 21:39:35 +08:00 |
|
lbw
|
b14411f967
|
🔖 Releasing 3.7.4
|
2024-01-28 20:25:43 +08:00 |
|
lbw
|
cd8f219da5
|
🐛 Fixing a bug. 缺少 tenant_id sql field
|
2023-08-29 17:19:15 +08:00 |
|
lbw
|
45824b20ac
|
Merge branch 'dev'
# Conflicts:
# README.md
# pig-common/pig-common-bom/pom.xml
# pom.xml
|
2023-08-29 09:19:21 +08:00 |
|
lbw
|
6134f7138c
|
🔖 Releasing / Version tags. 3.7.1-JDK8
|
2023-08-29 09:09:19 +08:00 |
|
lengleng
|
a333c729d0
|
!415 🐛 使用 evictIfPresent 替换 evict,立即删除
Merge pull request !415 from 徐晓伟/dev-evictIfPresent
|
2023-08-29 01:06:54 +00:00 |
|
徐晓伟
|
b3d7221c32
|
🐛 使用 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-29 08:50:29 +08:00 |
|
lbw
|
64903a4092
|
♻️ Refactoring code. 重构 common-swagger 模块
|
2023-08-29 08:38:42 +08:00 |
|
yurin
|
17069258ff
|
逻辑删除bugfix
|
2023-08-27 12:00:15 +08:00 |
|
徐晓伟
|
d98073e5fc
|
🔧 优化 Dockerfile,减少层数
WORKDIR 可以自动创建文件夹,无需执行 mkdir 命令
|
2023-08-24 14:29:00 +08:00 |
|
lbw
|
cc43baa795
|
🔖 Releasing / Version tags. 3.7.0-JDK8
|
2023-08-17 21:45:14 +08:00 |
|
charlessui
|
8017f0400c
|
修复【字段管理】页面的【字典类型】过滤条件不生效
|
2023-06-18 16:21:03 +08:00 |
|
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 |
|
林常坤
|
9db49bda5e
|
移除多余的注释
|
2023-04-13 17:01:46 +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 |
|
lbw
|
161d3a57f1
|
✨ close #I6B5EU common-feign 支持接口级别重试
|
2023-01-21 14:06:47 +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
|
57d3aa9bbf
|
♻️ Refactoring code. close #I60453 令牌管理 时间格式化
|
2022-11-08 17:57:42 +08:00 |
|