重构晋掌柜

liub 3a244bb373 Merge remote-tracking branch 'origin/master' 3 months ago
.qoder 8295506331 update 11 months ago
authentication 5a4a867f2f 配置文件提交 3 months ago
commons 1327796295 泰山验证码登录 3 months ago
consoleStatistics 5a4a867f2f 配置文件提交 3 months ago
gateway 5a4a867f2f 配置文件提交 3 months ago
partner 5a4a867f2f 配置文件提交 3 months ago
platform 5a4a867f2f 配置文件提交 3 months ago
rocketmq cff71eb275 紫金rediskeybug 4 months ago
tenant 3a244bb373 Merge remote-tracking branch 'origin/master' 3 months ago
.gitignore 14f34dd486 Merge branch 'dev_jzg_lipf_cxbj_v20260416' 4 months ago
CLAUDE.md 106fa6797e 修改 10 months ago
README.md 01cf12abe1 Merge remote-tracking branch 'origin/dev_jzb_lipf_v20260427' into dev_jzb_lipf_v20260427 4 months ago
pom.xml 99e6e99cfb seata 服务配置 3 months ago

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