重构晋掌柜

jiakai fb04bfad4f 缺失功能: hace 4 meses
.qoder 8295506331 update hace 1 año
authentication 1372ca465f bug修改 hace 4 meses
commons 3d0cc2da79 Merge remote-tracking branch 'origin/dev_jzg_lipf_v20260518' into dev_jzg_lipf_v20260518 hace 4 meses
consoleStatistics ba32a96ea6 营销-抽奖-签到相关提交 hace 5 meses
gateway fdd702aee1 泰山优化 hace 4 meses
partner 8d36beb0bf 合伙人bug修改 hace 4 meses
platform cc8e36606e 协议费用新增的时候,新增对关联协议费用的校验 hace 4 meses
rocketmq cff71eb275 紫金rediskeybug hace 5 meses
tenant fb04bfad4f 缺失功能: hace 4 meses
.gitignore 14f34dd486 Merge branch 'dev_jzg_lipf_cxbj_v20260416' hace 5 meses
CLAUDE.md 106fa6797e 修改 hace 10 meses
README.md 01cf12abe1 Merge remote-tracking branch 'origin/dev_jzb_lipf_v20260427' into dev_jzb_lipf_v20260427 hace 5 meses
pom.xml 48cd4d8436 全局事务添加 hace 5 meses

README.md

项目介绍

微服务介绍

序号 服务名 端口号 备注 是否必须启动
1 authentication 8081 认证服务 是
2 commons 公共类 否
3 gateway 8001 网关 是
4 platform 8087 总控项目 是
5 consoleStatistics 8086 是
6 tenant--costsorrule 8085 是
7 tenant-organization 8085 是
8 tenant-insurance-xxx xxx 对接不同的保险公司 否
9 rocketmq 否
10 operation-Backend xxx 前端:平台管理系统 否
11 tenant-Platform xxx 前端:租户系统 否

应用版本依赖

序号 依赖软件 版本 备注
1 JDK JDK17 JDK8不行
2 Apache Maven 3.9.14

相关命令

mvn clean
mvn package -DskipTests
mvn clean install -DskipTests

其它

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