Commit Graph

13 Commits

Author SHA1 Message Date
Ray.Hao
9cd3ff88f8 refactor: 重构目录结构统一规范
- shared/ → common/(constant、enums、model)
- framework/cache/config/ → framework/cache/(扁平化)
- framework/integration/captcha/ → framework/captcha/
- config/property/ → 各模块 config/ 下
- interfaces/ → module/(sse、mail、sms)
- 移除冗余枚举 LogModuleEnum
2026-03-28 09:00:35 +08:00
Ray.Hao
8188c82c3d feat: 重构项目结构并新增微信小程序认证模块 2026-03-24 07:52:05 +08:00
Ray.Hao
e69baa6785 feat: 重构微信小程序登录模块 2026-03-06 23:23:55 +08:00
Ray.Hao
27a8f0e6a5 feat: 新增微信小程序登录功能及第三方账号绑定表 2026-03-05 07:45:01 +08:00
Ray.Hao
e735f768b5 chore: 移除微信授权登录和AI 模块 2026-02-11 11:35:04 +08:00
Ray.Hao
be621e3b62 refactor: 类命名规范调整 2026-01-03 23:05:01 +08:00
Ray.Hao
2e850debb4 refactor(auth): 规范化认证模块命名和代码结构 2025-12-29 16:35:55 +08:00
Ray.Hao
8eaed3cfb7 refactor: 实体命名规范调整,代码生成同步调整 2025-12-18 09:43:36 +08:00
Ray.Hao
5817826bbd refactor: 拆分多租户 2025-12-15 08:05:24 +08:00
Ray.Hao
3f05f77351 feat: 权限缓存加载适配 2025-12-12 22:26:43 +08:00
Ray.Hao
51d8220a18 refactor: 多租户开发和代码规范调整 2025-12-11 21:13:52 +08:00
Ray.Hao
c43e6dfb54 refactor(platform):重构平台模块包结构- 将 shared 包下的文件移动到 platform 包下
- 更新相关类的包引用路径
- 修改 application.yml 中的包扫描路径
-重命名 CaptchaInfo 类为 CaptchaVO 并调整包路径
- 移动 BusinessException 和相关安全类到 core 包- 更新 Codegen 相关类包路径
- 删除无用的条件判断代码块
2025-10-14 16:09:46 +08:00
Ray.Hao
af8b5c847d refactor: 升级 SpringBoot 3.5.0 版本和代码结构优化 2025-06-11 20:47:02 +08:00