785834757 b7e5850afe 添加openfeign openfeign Demo 子项目 租户 | 2 days ago | |
---|---|---|
authentication | 4 days ago | |
commons | 2 days ago | |
gateway | 2 days ago | |
platform | 2 days ago | |
tenant | 2 days ago | |
.gitignore | 1 week ago | |
README.md | 5 days ago | |
pom.xml | 2 days ago |
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){ }