Commit Graph

236 Commits

Author SHA1 Message Date
Charles7c
f5ab22eedf chore: 适配 continew-starter 2.0.0,top.charles7c.continew => top.continew
groupId 及基础包名调整,更短的包名,聚合品牌形象
2024-04-17 23:06:39 +08:00
Charles7c
9ec594509f refactor: 优化字典管理相关 API
1.合并 DictResp 及 DictDetailResp
2.合并 DictItemResp 及 DictItemDetailResp
3.字典项增加状态 status 字段
2024-04-11 20:48:14 +08:00
Charles7c
8a41b96687 refactor: 重构系统路由设计 2024-03-24 21:42:46 +08:00
Charles7c
4779887751 refactor: 调整自增 ID 为分布式 ID
使用 CosId 提供的雪花算法实现
2024-02-13 22:06:34 +08:00
Charles7c
56f67d9089 chore: 引入安全统一模块 2024-02-09 10:29:46 +08:00
Charles7c
43da462560 fix: 修复部分因字段加密导致的错误 2024-02-09 09:58:28 +08:00
Charles7c
6435175dc3 refactor: 适配 ContiNew Starter 加密模块(安全模块) 2024-02-08 23:19:37 +08:00
Charles7c
2109789116 refactor: 适配 ContiNew Starter 脱敏模块(安全模块) 2024-02-07 17:50:38 +08:00
Charles7c
c9cda12b7d refactor: 升级依赖并适配
1.X-File-Storage 2.1.0 适配
2.Crane4j 2.5.0 不需要做任何额外的配置来引入 crane4j,crane4j 将借助 SpringBoot 的自动装配自动加载必要的组件
2024-02-03 21:12:57 +08:00
Charles7c
3d77aa91ee refactor: 取消用户默认密码,改为表单填写密码
1.修复 Sonar 扫描问题
2.优化部分代码
2024-02-02 23:44:21 +08:00
Charles7c
b9ce3f56f1 refactor: 优化部分代码
修复 Sonar、Codacy 扫描问题
2024-02-02 22:48:49 +08:00
Charles7c
bef0732f63 refactor: 适配 ContiNew Starter 密码编码器(安全模块)、链路跟踪(Web 模块)
并适配 ContiNew Starter CRUD 模块包调整
2024-02-01 22:42:57 +08:00
Charles7c
594f7fd042 refactor: 使用密码编码器重构密码加密、密码判断等相关处理
采用 BCryptPasswordEncoder,并动态兼容
2024-01-31 22:28:30 +08:00
Charles7c
860ca403c2 feat: 系统日志新增 traceId 链路号记录,方便查看完整日志链路 2024-01-31 21:49:56 +08:00
Charles7c
8fe85e3a90 style: 优化部分代码及注释格式 2024-01-31 00:35:53 +08:00
jasmine
e4180fb976 feat: 集成TLog,轻量级的分布式日志标记追踪神器
* 集成TLog,轻量级的分布式日志标记追踪神器
2024-01-30 13:40:49 +00:00
Charles7c
bcdcf888fb refactor: 优化部分代码
修复阿里巴巴规范扫描问题
2024-01-27 15:38:11 +08:00
Charles7c
03038d3b64 refactor: 优化部分代码
修复 Sonar 扫描问题
2024-01-27 15:26:49 +08:00
Charles7c
d972a4466a refactor: 获取不到当前登录用户信息则抛出未登录异常
修复 Qodana 扫描问题
2024-01-27 00:16:04 +08:00
Charles7c
a2420d3f4b refactor: 移除 Lombok 私有构造注解使用
修复 Sonarqube  扫描问题
2024-01-26 23:45:56 +08:00
Charles7c
439f7c7c58 fix: 修复 API 响应内容类型错误
Closes #31
2024-01-23 20:09:13 +08:00
Charles7c
7a3ccc2dee refactor: 优化用户和角色部分数据填充方式 2024-01-20 21:14:58 +08:00
Charles7c
f813c71d73 chore: 将 ContainerConstants 替换为本项目内部常量 2024-01-20 13:30:00 +08:00
Charles7c
6efe1ad6f4 chore: 调整部分类的所在包 2024-01-20 12:13:09 +08:00
Charles7c
5db1f669e0 chore: 移除部分无用 Maven 配置 2024-01-18 20:20:54 +08:00
Charles7c
d4bb39d9b4 refactor: 移除 Spring Cache,初步适配 JetCache
1.移除 ContiNew Starter Spring Cache
2.初步适配 ContiNew Starter JetCache
3.优化缓存键前缀常量的使用
2024-01-14 14:39:41 +08:00
Charles7c
754de79200 refactor: 适配 ContiNew Starter Spring Cache(缓存模块) 2024-01-13 23:54:04 +08:00
Charles7c
706e488e84 style: 优化部分代码格式
1.部分方法返回调整为内联
2.已抽取 ExcelBaseEnumConverter 至 ContiNew Starter CRUD 模块
3.移除无用类 UpdateStatusReq
2024-01-13 16:13:12 +08:00
Charles7c
d5984087a3 refactor: 适配 Crane4j 数据填充组件 2024-01-12 23:19:00 +08:00
Charles7c
35e31233c5 style: 优化全局代码格式 2024-01-10 22:08:45 +08:00
Charles7c
b660ebacbe chore: 优化依赖顺序 2024-01-05 21:51:37 +08:00
Charles7c
5e370254dd refactor: 重构原有文件上传接口并优化配置文件配置格式
移除 ContiNew Starter 本地存储依赖
2023-12-29 21:44:34 +08:00
Bull-BCLS
eab53520c8 feat: 发送短信适配 ContiNew Starter 行为验证码 2023-12-28 23:47:44 +08:00
Charles7c
dea64e62e1 refactor: 新增 Amazon S3 依赖,完善加载、卸载存储库配置 2023-12-27 23:55:47 +08:00
Charles7c
5a2c5be088 feat: 新增部分存储库管理后端 API 2023-12-26 22:58:29 +08:00
Charles7c
e6c6e1cb0e refactor: 调整 IBaseEnum 所属包 2023-12-22 21:09:13 +08:00
Charles7c
084942630a refactor: 适配 ContiNew Starter 数据权限解决方案(数据访问模块-MyBatis Plus)
1.移除数据权限相关内容,适配 ContiNew Starter 数据权限解决方案
2.适配 ContiNew Starter 部分包结构变动
2023-12-21 23:24:11 +08:00
Charles7c
4a50e7290e style: 优化部分注释 2023-12-21 21:08:38 +08:00
Charles7c
e719d207fb refactor: 发送短信验证码新增限流处理 2023-12-18 21:47:39 +08:00
Charles7c
57b2cc5d2c refactor: 优化部分配置 2023-12-18 20:53:37 +08:00
Charles7c
e3cf2b7e40 refactor: 适配 ContiNew Starter Local Storage(存储模块-本地存储) 2023-12-17 23:51:09 +08:00
Charles7c
4ed4ddd4f0 refactor: 适配 ContiNew Starter 全局异常处理器 2023-12-17 19:49:22 +08:00
Charles7c
9bf015059b refactor: 💥 适配 ContiNew Starter Log(日志模块)
1.continew-starter 1.0.1-SNAPSHOT => 1.1.0-SNAPSHOT
2.日志表结构及相关管理 UI 变更
2023-12-17 14:07:44 +08:00
Charles7c
6035a7b40b build: continew-starter 1.0.0 => 1.0.1-SNAPSHOT 2023-12-05 21:18:01 +08:00
Charles7c
bb59a78573 refactor: 优化数据权限注解 2023-12-01 21:57:42 +08:00
Charles7c
0ac21fc6cb refactor: 优化部分工具类的使用 2023-12-01 21:32:32 +08:00
Charles7c
b86fe329d0 refactor: 💥 项目包结构 top.charles7c.cnadmin => top.charles7c.continew.admin 2023-11-30 21:27:06 +08:00
Charles7c
b62095d66e refactor: 使用 ContiNew Starter 全局错误处理配置 2023-11-30 21:12:25 +08:00
Charles7c
c7a4e32994 revert: 回退全局响应结果处理器
1.影响 API 文档生成
2.其他已知及未知影响
2023-11-28 20:58:07 +08:00
Charles7c
ce5a2ec931 refactor: 💥 适配 ContiNew Starter CRUD(扩展模块) 2023-11-26 23:22:07 +08:00