重构晋掌柜

785834757 b5f3fea0cf 修改bug hai 7 meses
.qoder 8295506331 update hai 1 ano
authentication 4c9933d1cb 修改bug hai 9 meses
commons b5f3fea0cf 修改bug hai 7 meses
consoleStatistics 283128e4de 1.使用模拟数据提交财务数据接口 hai 1 ano
gateway a3d87558e8 修改bug hai 8 meses
platform b5f3fea0cf 修改bug hai 7 meses
rocketmq 3b97c40e01 rocketmq消息队列和消息功能的开发 hai 1 ano
tenant b5f3fea0cf 修改bug hai 7 meses
.gitignore 8295506331 update hai 1 ano
CLAUDE.md 106fa6797e 修改 hai 10 meses
README.md 2b0b9ad2b7 redis pom包引用调整 全局轨迹添加 hai 1 ano
pom.xml a3d87558e8 修改bug hai 8 meses

README.md

authentication 授权服务 commons 公共类 gateway 网关 platform 总控项目

通过gateway网关转发其他服务项目 后期加入nacos 使用服务名支持负载均衡、服务健康状态管理

轨迹添加 Service层 需要继承HistoryDataService 实现getHistoryData方法 更新与删除操作需要获取历史的数据 type 操作类型 C U D systemCode 系统code serviceTag service Bean名 primary service对应表的主键id 默认为id @OperatorTrajectory(type = "D",systemCode = "JZG",serviceTag = "userRoleService",primary = "id") @GetMapping("/delete") public HttpResult delete(Integer roleId){ }