重构晋掌柜

wangrq 82367d24fd Merge branch 'master' into wrq_dev il y a 2 mois
.qoder 8295506331 update il y a 1 an
authentication 3286d2593d 配置提交. il y a 2 mois
commons 14f2a2d292 Merge remote-tracking branch 'origin/dev_jzg_lipf_v20260622' il y a 2 mois
consoleStatistics 3286d2593d 配置提交. il y a 2 mois
gateway 3286d2593d 配置提交. il y a 2 mois
partner 3286d2593d 配置提交. il y a 2 mois
platform 3286d2593d 配置提交. il y a 2 mois
rocketmq cff71eb275 紫金rediskeybug il y a 5 mois
tenant 82367d24fd Merge branch 'master' into wrq_dev il y a 2 mois
.gitignore 6e36c0eb5e outPath忽略 il y a 2 mois
CLAUDE.md 106fa6797e 修改 il y a 10 mois
README.md 01cf12abe1 Merge remote-tracking branch 'origin/dev_jzb_lipf_v20260427' into dev_jzb_lipf_v20260427 il y a 5 mois
pom.xml 99e6e99cfb seata 服务配置 il y a 3 mois
协议承保规则接口对接文档.md d080840663 fix 承保规则增加或者关系条件添加 il y a 3 mois

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