GithubHelp home page GithubHelp logo

dispatch's Introduction

**思路:**来源于某家装互联网公司,c端下订单,订单派单中心的职责把订单按派单算法分配给b端。

1业务流程:

这里写图片描述

2 技术框架

  1. 主流开源技术:springBoot/springMVC/Mybatis/Redis/Kafka/hikari
  2. 请求与响应加密传输: Request 加密传输,@WebFilter解密映射到HttpServletRequestWrapper Response加密(AES)全局响应
  3. 访问权限控制:@auth全局拦截处理分发权限
  4. 高并发: 唯一终端+一次完整请求生成唯一hash,并发请求、网络延迟、用户重复操作,hash未 释放前处于挂起状态,请求处理完成并响应,hash释放
  5. 全局异常与系统预警
  6. 日志分类按日切割
  7. Mybatis多数据源灵活切换
  8. 集成kafak/RabbitMq消息,实时出发派单算法
  9. 集成redis 细可粒度缓存、session-redis 分布式session共享
  10. @LogOrderAnnotation全局切面过滤访问日志
  11. 零配置多线程任务线程池
  12. 全局跨域处理

dispatch's People

Contributors

wolf-song-ml avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dispatch's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.