重构晋掌柜

dongxin 36ed8a0daa 获取用户信息的查询修改 1 년 전
authentication 065795eeb8 密码校验 1 년 전
commons c0c15d0dbc 待办相关功能的提交 1 년 전
gateway ad2f681745 驾意险、保险公司配置 1 년 전
platform 6c8b89a430 驾意险、保险公司配置 1 년 전
tenant 36ed8a0daa 获取用户信息的查询修改 1 년 전
.gitignore b50ee3e90a init 1 년 전
README.md 2b0b9ad2b7 redis pom包引用调整 全局轨迹添加 1 년 전
pom.xml aaf29697a8 修改数据权限 添加webflux支持 1 년 전

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