重构晋掌柜

dongxin bbc77fc261 诚泰配置的提交 9 ay önce
.qoder 8295506331 update 1 yıl önce
authentication 25c7a66dd8 恒邦爬虫添加重复投保处理、非车险处理 9 ay önce
commons 484ce9b131 协议修改bug的修复 9 ay önce
consoleStatistics 283128e4de 1.使用模拟数据提交财务数据接口 11 ay önce
gateway 65ea1bdc11 调整jar的输出目录 10 ay önce
platform 8285ede25f Merge branch 'refs/heads/jin_dev' 9 ay önce
rocketmq 3b97c40e01 rocketmq消息队列和消息功能的开发 1 yıl önce
tenant bbc77fc261 诚泰配置的提交 9 ay önce
.gitignore 8295506331 update 1 yıl önce
CLAUDE.md 106fa6797e 修改 10 ay önce
README.md 2b0b9ad2b7 redis pom包引用调整 全局轨迹添加 1 yıl önce
pom.xml a96a9f7edf update 1 yıl önce

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){ }