| 
						
					 | 
					
						
						
							
						
						a07a2dcd65
					 | 
					
						
						
							
							style: 调整代码风格 null != xx => xx != null(更符合大众风格)
						
						
						
						
						
						
					 | 
					
						2025-05-21 22:21:39 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						59daee7948
					 | 
					
						
						
							
							build: continew-starter 2.11.0 => 2.12.0
						
						
						
						
						
						
						
						1.使用 PasswordEncoderConstants 常量
2.兼容redis没配置密码时出现redisson实例化失败的问题
3.修复导出时无法正确捕捉异常的问题
4.修复默认 Response 类 msg 传递污染的问题
5.修复 /file/ 注册资源映射时被解析为 /file//** 的问题 
						
						
					 | 
					
						2025-05-17 14:40:18 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						0726a21ead
					 | 
					
						
						
							
							feat: GlobalExceptionHandler 增加 MethodArgumentNotValidException 处理(之前使用 Graceful Reponse 托管会存在错误全部返回的问题)
						
						
						
						
						
						
					 | 
					
						2025-05-17 14:33:35 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						798182d120
					 | 
					
						
						
							
							refactor(system/file): 重构文件管理表结构,新增计算文件大小接口
						
						
						
						
						
						
					 | 
					
						2025-05-16 23:02:38 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								danaodai
							
						 
					 | 
					
						
						
							
						
						4274f2ede6
					 | 
					
						
						
							
							feat: 全局异常处理器添加 BaseException 处理
						
						
						
						
						
						
					 | 
					
						2025-05-12 07:37:57 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						07304872b6
					 | 
					
						
						
							
							feat(system/smsConfig): 短信配置新增设为默认功能
						
						
						
						
						
						
					 | 
					
						2025-05-07 20:48:53 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						16cdff753f
					 | 
					
						
						
							
							fix(system/sms): 修复短信配置加载错误,移除 SmsSupplierEnum
						
						
						
						
						
						
						
						Closes #IC4D7F 
						
						
					 | 
					
						2025-04-27 22:08:58 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Top2Hub
							
						 
					 | 
					
						
						
							
						
						e4828bf2a3
					 | 
					
						
						
							
							feat(system/sms): 短信渠道支持数据字典配置 (#159)
						
						
						
						
						
						
					 | 
					
						2025-04-21 16:11:25 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						c9d5810f7d
					 | 
					
						
						
							
							fix: 修复 BCryptEncryptor 在部分场景会导致重复加密的错误
						
						
						
						
						
						
					 | 
					
						2025-04-18 21:13:25 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						4ae716c34f
					 | 
					
						
						
							
							style: 统一请求参数、响应参数注释
						
						
						
						
						
						
					 | 
					
						2025-04-16 21:46:08 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						be5bfc8a5b
					 | 
					
						
						
							
							revert: 还原 终端 => 客户端(终端容易被误解)
						
						
						
						
						
						
					 | 
					
						2025-04-15 22:26:16 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						449478b188
					 | 
					
						
						
							
							feat: 新增 Excel 字典数据转换器
						
						
						
						
						
						
					 | 
					
						2025-04-09 22:33:45 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						19639c946a
					 | 
					
						
						
							
							refactor: 用 @Email 和 @Mobile 注解替换了部分验证,提高了代码可读性,修改了多处错误提示信息,使其更加友好
						
						
						
						
						
						
					 | 
					
						2025-03-27 21:21:53 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						cae6da298c
					 | 
					
						
						
							
							build: continew-starter 2.9.0 => 2.10.0
						
						
						
						
						
						
						
						1.适配限流模块、链路追踪模块、访问日志等配置调整
2.适配Crud模块 API 命名变化(add => create、detail => get)
3.适配 sa-token、snail-job 升级变化 
						
						
					 | 
					
						2025-03-26 22:58:21 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						754ef0639b
					 | 
					
						
						
							
							feat: 新增 MissingServletRequestParameterException、HttpMessageNotReadableException 异常处理
						
						
						
						
						
						
					 | 
					
						2025-03-25 20:04:15 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						1861a80979
					 | 
					
						
						
							
							refactor(system/dict): 优化字典项颜色
						
						
						
						
						
						
					 | 
					
						2025-03-24 22:53:03 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						594ea3208d
					 | 
					
						
						
							
							feat(system): 新增普通用户角色并调整第三方登录用户默认角色
						
						
						
						
						
						
						
						- 原来第三方登录用户注册后默认为超管用户,是出于方便演示环境用户查看,本次有 Gitee@hagyao520 大佬反馈不安全,干脆调整此逻辑,感谢大佬提供的普通用户角色 PR 
						
						
					 | 
					
						2025-03-20 22:27:51 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						394b93ead5
					 | 
					
						
						
							
							refactor(system): 重构短信配置功能模块
						
						
						
						
						
						
					 | 
					
						2025-03-19 22:31:20 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoqiz
							
						 
					 | 
					
						
						
							
						
						1a4716f3ba
					 | 
					
						
						
							
							feat: 新增短信配置 (#144)
						
						
						
						
						
						
					 | 
					
						2025-03-17 14:35:17 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						74c4270323
					 | 
					
						
						
							
							refactor(system/file): 优化文件相关代码
						
						
						
						
						
						
					 | 
					
						2025-03-13 21:13:38 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								luoqiz
							
						 
					 | 
					
						
						
							
						
						27cf46409a
					 | 
					
						
						
							
							revert: 头像不再存储为 base64,而是存储到文件管理中 (#142)
						
						
						
						
						
						
					 | 
					
						2025-03-13 09:59:39 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						b6f01bc2d0
					 | 
					
						
						
							
							refactor(common): 优化文件大小限制的错误提示信息
						
						
						
						
						
						
						
						- 使用 Hutool 的 FileUtil 类将文件大小转换为更易读的格式
- 更新 README 中的 ContiNew Starter 版本号至 2.9.0 
						
						
					 | 
					
						2025-03-06 21:00:37 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						9b53e6dc58
					 | 
					
						
						
							
							release: v3.5.0
						
						
						
						
						
						
					 | 
					
						2025-03-05 21:39:12 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						37d6efb70e
					 | 
					
						
						
							
							refactor(system/storage): 重构存储管理,新增设置默认存储、修改状态接口
						
						
						
						
						
						
						
						S3 => OSS 
						
						
					 | 
					
						2025-03-04 21:29:56 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						0a62f81ad7
					 | 
					
						
						
							
							fix(system/role): 修复角色菜单权限缓存未清理错误,优化角色菜单缓存逻辑
						
						
						
						
						
						
						
						Closes #IBNENK 
						
						
					 | 
					
						2025-02-27 20:02:53 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						82cf4390e8
					 | 
					
						
						
							
							chore: 客户端管理 => 终端管理
						
						
						
						
						
						
					 | 
					
						2025-02-26 21:27:28 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						4efe025b2e
					 | 
					
						
						
							
							feat: 新增NoHandlerFoundException、HttpRequestMethodNotSupportedException异常处理 @dom-w
						
						
						
						
						
						
					 | 
					
						2025-02-26 20:45:44 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						19c5dbd265
					 | 
					
						
						
							
							feat: 新增接口文档配置,支持显示 SaToken 权限码 @dom-w
						
						
						
						
						
						
					 | 
					
						2025-02-26 20:44:17 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						5b76fe9bb9
					 | 
					
						
						
							
							Revert "feat(system/config): 移除系统管理,新增存储配置"
						
						
						
						
						
						
						
						This reverts commit 6d64f47d3e. 
						
						
					 | 
					
						2025-02-26 20:30:06 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						6d64f47d3e
					 | 
					
						
						
							
							feat(system/config): 移除系统管理,新增存储配置
						
						
						
						
						
						
					 | 
					
						2025-02-25 14:17:53 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						9eb0252d09
					 | 
					
						
						
							
							chore: continew-starter 2.8.3 => 2.9.0
						
						
						
						
						
						
						
						1.使用 QueryWrapperHelper#sort 优化部分排序 
						
						
					 | 
					
						2025-02-14 22:52:09 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						cefbf82f20
					 | 
					
						
						
							
							chore: continew-starter 2.8.2 => 2.8.3
						
						
						
						
						
						
						
						1.移除 BaseReq、BaseDO、BaseCreateDO、BaseUpdateDO 等(已移动到 Admin 项目内)
2.移除 BaseReq
3.修复查询条件校验无效的问题
4.调整版本为 3.5.0-SNAPSHOT,方便区分稳定版和快照版 
						
						
					 | 
					
						2025-01-16 21:53:08 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						498e680672
					 | 
					
						
						
							
							refactor: 调整 starter 内的 BaseDO、BaseCreateDO、BaseUpdateDO 到 admin 项目
						
						
						
						
						
						
					 | 
					
						2025-01-12 23:16:21 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						f1d0b491b1
					 | 
					
						
						
							
							refactor: 调整 starter 内的 CommonUserService、ContainerPool 到 admin 项目
						
						
						
						
						
						
					 | 
					
						2025-01-09 21:28:14 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						144251b21e
					 | 
					
						
						
							
							refactor: 调整 starter 内的 BaseResp、BaseDetailResp 到 admin 项目
						
						
						
						
						
						
					 | 
					
						2024-12-27 20:48:38 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						c90e80e9d7
					 | 
					
						
						
							
							refactor: 优化认证及客户端相关代码
						
						
						
						
						
						
					 | 
					
						2024-12-27 00:20:36 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								KAI
							
						 
					 | 
					
						
						
							
						
						95f2617a4c
					 | 
					
						
						
							
							feat(system/client): 新增客户端管理
						
						
						
						
						
						
					 | 
					
						2024-12-26 02:18:34 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						d7ae7b4e42
					 | 
					
						
						
							
							chore: continew-starter 2.7.4 => 2.7.5
						
						
						
						
						
						
						
						1.BaseServiceImpl 所在包调整
2.BaseController 改为在 Admin common 模块编写(重构权限校验 checkPermission 处理)
3.CRUD ValidateGroup => CrudValidationGroup
4.Admin ValidateGroup => ValidationGroup
5.修复 Query 查询数组范围报错
Closes #IB8711 
						
						
					 | 
					
						2024-12-06 22:06:23 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						66f55cdf70
					 | 
					
						
						
							
							chore: continew-starter 2.7.3 => 2.7.4
						
						
						
						
						
						
					 | 
					
						2024-11-18 23:19:34 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						d1b38242b9
					 | 
					
						
						
							
							refactor(open): 重构及优化应用管理代码
						
						
						
						
						
						
					 | 
					
						2024-11-17 22:18:02 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						48563663e1
					 | 
					
						
						
							
							chore: 忽略获取在线用户信息异常
						
						
						
						
						
						
					 | 
					
						2024-11-17 00:09:57 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						556f6c33b1
					 | 
					
						
						
							
							chore: continew-starter 2.7.2 => 2.7.3
						
						
						
						
						
						
						
						1.CrudApi GET => DETAIL(支持详情权限)
2.适配 CharConstants
3.适配 EnumValue 校验器 
						
						
					 | 
					
						2024-11-15 22:25:30 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						ad3f8329dd
					 | 
					
						
						
							
							refactor: 优化角色分配功能相关代码
						
						
						
						
						
						
					 | 
					
						2024-11-11 20:59:16 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						e1941eca45
					 | 
					
						
						
							
							refactor: 优化通知公告部分代码
						
						
						
						
						
						
					 | 
					
						2024-11-05 23:21:40 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						c276e53a8e
					 | 
					
						
						
							
							refactor: 优化项目模块命名(简化、分类、统一)
						
						
						
						
						
						
					 | 
					
						2024-10-30 23:01:54 +08:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |