重构晋掌柜

dongxin b3f38b6dde 转化的提交 vor 1 Jahr
.idea 4a35d01230 补录订单 vor 1 Jahr
authentication e3ff9038f4 Merge branch 'tz' vor 1 Jahr
commons 50b2c4036e APP登录逻辑增加 vor 1 Jahr
gateway fd8a740039 参数修改 vor 1 Jahr
platform f0f4f12445 配置修改 vor 1 Jahr
rocketmq 3b97c40e01 rocketmq消息队列和消息功能的开发 vor 1 Jahr
tenant b3f38b6dde 转化的提交 vor 1 Jahr
.gitignore beb30bd29c 订单补录 修改 vor 1 Jahr
README.md 2b0b9ad2b7 redis pom包引用调整 全局轨迹添加 vor 1 Jahr
pom.xml 492f4b6214 提交 vor 1 Jahr

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