XuqmGroup-Web/tenant-platform
XuqmGroup 38e138f955 fix(core): 统一全局异常处理器并添加数据库管理功能
- 在所有服务的GlobalExceptionHandler中添加HttpServletRequest参数以记录请求上下文
- 统一异常响应格式为ResponseEntity<ApiResponse<Void>>并改进错误日志记录
- 添加对多种异常类型的处理包括参数验证、请求方法不支持、权限拒绝等
- 为业务异常添加不同级别的日志记录(warn/error)和状态码映射
- 在前端系统API中新增数据库表管理相关接口定义和实现
- 添加数据库表列表、列信息和数据查询的API调用函数
2026-05-27 11:51:19 +08:00
..
src fix(core): 统一全局异常处理器并添加数据库管理功能 2026-05-27 11:51:19 +08:00
auto-imports.d.ts feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
components.d.ts feat: add quick service entry portal with in-page app switcher 2026-05-07 13:53:02 +08:00
index.html chore: initial commit 2026-04-21 22:07:29 +08:00
package.json feat(tenant-platform): service activation realtime + store review retry 2026-05-16 14:27:02 +08:00
tsconfig.app.json feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
tsconfig.json chore: initial commit 2026-04-21 22:07:29 +08:00
tsconfig.node.json feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
vite.config.d.ts feat: support single-domain web deployment docs 2026-04-24 10:42:11 +08:00
vite.config.ts 一大波改动 2026-05-15 22:11:03 +08:00