Giter Site home page Giter Site logo

humsen / highdsa Goto Github PK

View Code? Open in Web Editor NEW
414.0 28.0 151.0 5.03 MB

2018年本科毕设项目,已更新所有开发和部署文档。基于Dubbo、SSM、Shiro、ELK、ActiveMQ、Redis等实现的一套高可用、高性能、高可扩展的分布式系统架构,实现可支持业务的基础公共服务,API使用Restful风格对外暴露。已经实现的包括:发送邮件服务、FastDFS文件存储服务、ELK实时日志查询服务、Redis缓存服务、Mybatis数据库、阿里短信推送、Goeasy消息推送、Druid监控、ActiveMQ消息队列、shiro权限认证、cas单点登录、权限配置web系统、移动端后台系统。持续更新中......

Java 73.97% HTML 0.75% CSS 0.43% JavaScript 24.85%
dubbo spring spring-mvc javamail jackson elk fastdfs nginx zookeeper restful

highdsa's Introduction

highdsa -- 分布式系统架构

基于Spring、Dubbo、Spring MVC、ELK、ActiveMQ、Redis、FastDFS、Nginx、Zookeeper、RESTful、Maven、Mybatis、Druid等的一套高可用、高性能、高可扩展的分布式系统架构。

最近新建了个QQ群,用于大家学习交流,也会分享一些资料什么的。QQ群号:805668552。

点击加入:Java全栈开发学习交流


主要工程结构如下

──highdsa -> 工程文件,所有模块的父模块
    │  README.md
    │ 
    ├─docs -> 说明文档,包括开发规范和部署内容
    │  │  RESTful API规范.txt
    │  │  前端命名规范.txt
    │  │  后端开发规范.txt
    │  │  
    │  ├─fastdfs
    │  │      readme.md
    │  │      
    │  ├─Java-mail
    │  │      readme.md
    │  │      
    │  ├─log4j
    │  │      readme.md
    │  │      
    │  ├─mybatis-generator
    │  │      generator-mysql.properties
    │  │      generatorConfig.xml
    │  │      readme.md
    │  │      
    │  └─sql
    ├─highdsa-api-dubbo -> 接口模块,dubbo的所有接口和其他普通接口 
    ├─highdsa-common -> 公共模块最终jar包,引入所有通用类jar包,以jar包形式存在
    ├─highdsa-common-parent -> 公共模块父模块,所有公共模块的父pom模块 
    │  ├─highdsa-common-entity -> POJO类,PO类与数据库对应,VO类与RESTful对应
    │  ├─highdsa-common-exception -> 异常体系公共模块 
    │  ├─highdsa-common-log4j2 -> 日志公共模块
    │  └─highdsa-common-utility -> 通用工具公共模块
    ├─highdsa-restful-app -> 移动端app后台模块,整合权限、分布式会话的dubbo消费者
    ├─highdsa-restful-email -> 邮件消费者模块,对外提供RESTful API 
    ├─highdsa-restful-fastdfs -> 文件存储消费者模块,对外提供RESTful API
    ├─highdsa-restful-message-> 短信和消息推送消费者模块,对外提供RESTful API
    ├─highdsa-restful-redis -> redis消费者模块,对外提供RESTful API
    ├─highdsa-restful-shiro -> 权限测试模块
    ├─highdsa-restful-test -> 消费者测试模块,以web形式整合所有RESTful API,方便测试
    ├─highdsa-security-cas -> 单点登录父模块
    │  ├─highdsa-cas-manager -> 单点登录管理web模块
    │  └─highdsa-cas-server -> 单点登录web模块
    ├─highdsa-security-shiro -> 权限管理父模块
    │  ├─highdsa-shiro-client -> 权限控制客户端
    │  │  ├─highdsa-client-cas -> cas客户端
    │  │  ├─highdsa-client-pac4j -> pac4j客户端
    │  │  └─highdsa-client-restful -> restful api客户端
    │  └─highdsa-shiro-manage -> 权限管理web模块
    │      ├─highdsa-manage-customer -> 系统用户权限管理配置
    │      └─highdsa-manage-sysuser -> 顾客权限管理配置
    ├─highdsa-service-activemq -> 消息队列父模块
    │  ├─highdsa-service-mqproducer -> 消息生产者模块
    │  └─highdsa-service-mqreceiver -> 消息接收者模块
    ├─highdsa-service-email -> 邮件服务提供者模块
    ├─highdsa-service-fastdfs -> 文件存储服务提供者模块
    ├─highdsa-service-message -> 短信和消息推送模块
    ├─highdsa-service-mybatis -> 数据库服务提供者模块
    └─highdsa-service-redis -> redis缓存服务提供者模块

highdsa架构模型图如下

image


highdsa架构图如下

image


工程Maven模块依赖关系图如下

image


highdsa RESTful请求调用链如下

image


highdsa系统交互图如下

image


highdsa's People

Contributors

humsen 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

highdsa'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.