重构晋掌柜

Qchen 9450af97d0 Merge remote-tracking branch 'origin/master' hai 10 meses
.idea 4a35d01230 补录订单 hai 1 ano
authentication 21576d8689 app个人中心和中煤python报价 hai 1 ano
commons a8186ca0f5 bug修改 hai 10 meses
consoleStatistics 283128e4de 1.使用模拟数据提交财务数据接口 hai 11 meses
gateway 7877e0c0c7 修改 hai 10 meses
platform b426a681f5 地址配置搜索 名称使用通配 hai 10 meses
rocketmq 3b97c40e01 rocketmq消息队列和消息功能的开发 hai 1 ano
tenant 7877e0c0c7 修改 hai 10 meses
.gitignore beb30bd29c 订单补录 修改 hai 1 ano
README.md 2b0b9ad2b7 redis pom包引用调整 全局轨迹添加 hai 1 ano
pom.xml a96a9f7edf update hai 1 ano

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