重构晋掌柜

Qchen 3ee2318ee8 Merge remote-tracking branch 'origin/master' il y a 1 mois
.qoder 8295506331 update il y a 1 an
authentication 81e321a683 pc 登录新增上次登录时间 il y a 1 mois
commons dd55983b63 Merge remote-tracking branch 'origin/master' il y a 1 mois
consoleStatistics f277bc1b80 人员数据代码提交 il y a 1 mois
gateway 5d60a382af 更改日志的配置文件 il y a 2 mois
partner 578233b059 合伙人问题22 il y a 1 mois
platform 53d4482e8f 保险公司查询的时候,可以查询到本公司及子公司的数据 il y a 1 mois
rocketmq cff71eb275 紫金rediskeybug il y a 5 mois
tenant 3ee2318ee8 Merge remote-tracking branch 'origin/master' il y a 1 mois
.gitignore 8057f2c78f 收支明细功能调整 il y a 1 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 4 mois
pom.xml 99e6e99cfb seata 服务配置 il y a 3 mois
修改出入口比例接口对接文档.md d5107016d0 fix 已承保的订单电销组修改出入口费用比例接口文档 il y a 2 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){ }