zoukankan      html  css  js  c++  java
  • 完整项目架构常用组件

    1. Nacos
      1. 简介
        快速实现动态服务发现、服务配置、服务元数据及流量管理的实现方案。
      2. 提供商
        Alibaba
      3. 协议
        APACHE LICENSE, VERSION 2.0
      4. 相关网址

        官网:
        https://nacos.io/zh-cn/index.html
        源码:
        https://github.com/alibaba/nacos
        文档:
        https://nacos.io/zh-cn/docs/what-is-nacos.html
    2. Sentinel
      1. 简介
        轻量级的流量控制、熔断降级 Java 语言解决方案。
          
      2. 提供商
        Alibaba
      3. 协议
        APACHE LICENSE, VERSION 2.0
      4. 相关网址
        源码:
        https://github.com/alibaba/Sentinel
        文档:
        https://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB%8D
    3. SpringBoot
      1. 简介
        简化Spring应用的初始搭建以及开发过程的开发框架。
          
      2. 提供商
        Pivotal
      3. 协议
        APACHE LICENSE, VERSION 2.0
      4. 相关网址

        官网:
        https://spring.io/
        源码:
        https://github.com/spring-projects/spring-boot
        文档:
        https://spring.io/projects/spring-boot#overview
    4. Mybatis
      1. 简介
        一个数据库持久化框架,支持自定义sql、存储过程和其他高级映射。
          
      2. 提供商
        -
      3. 协议
        APACHE LICENSE, VERSION 2.0
      4. 相关网址

        官网:
        http://www.mybatis.org/mybatis-3/
        源码:
        https://github.com/mybatis/mybatis-3
        文档:
        http://www.mybatis.org/mybatis-3/zh/index.html

    5. Flowable
      1. 简介
        紧凑、高效的工作流解决方案。
          
      2. 提供商
        Flowable AG
      3. 协议
        APACHE LICENSE, VERSION 2.0
      4. 相关网址

        官网:
        https://www.flowable.org/index.html
        源码:
        https://github.com/flowable/flowable-engine
        文档:
        https://www.flowable.org/docs/userguide/index.html#_getting_started

    6. RocketMQ
      1. 简介
        分布式消息框架,具有低延迟、高性能、高可用、高容量和、可伸缩特性。
          
      2. 提供商
        Apache
      3. 协议
        APACHE LICENSE, VERSION 2.0
      4. 相关网址

        官网:
        https://rocketmq.apache.org/
        源码:
        https://github.com/apache/rocketmq
        文档:
        https://rocketmq.apache.org/docs/quick-start/

    7. Sleuth
      1. 简介
        分布式跟踪工具。
          
      2. 提供商
        Pivotal
      3. 协议
        APACHE LICENSE, VERSION 2.0
      4. 相关网址

        源码:
        https://github.com/spring-cloud/spring-cloud-sleuth
        文档:
        https://spring.io/projects/spring-cloud-sleuth

    8. Jenkins
      1. 简介
        领先的自动化部署工具,提供软件的构建,测试,发布功能。
          
      2. 提供商
        -
      3. 协议
        MIT License
      4. 相关网址

        官网:
        https://jenkins.io/zh/
        源码:
        https://github.com/jenkinsci/jenkins
        文档:
        https://jenkins.io/zh/doc/

    9. Subversion
      1. 简介
        版本管理工具。
          
      2. 提供商
        Apache
      3. 协议
        APACHE LICENSE, VERSION 2.0
      4. 相关网址

        官网:
        http://subversion.apache.org/
        源码:
        https://github.com/apache/subversion
        文档:
        http://subversion.apache.org/quick-start

  • 相关阅读:
    windows server 2008 R2 安装 sql server 2000 遇到的种种问题
    圆心的VPS记录信息
    无法访问.您可能没有权限使用网络资源.局域网无法访问共享,局域网无法访问打印机的一些方法
    win7 32位 fastcgi模式 运行php
    SpringBoot+JPA实例
    马斯洛的锤子论
    一道算法题
    MySQL源码解读之数据结构LF_HASH
    JS学习专辑外传(1)
    WPF 用DynamicResource动态样式切换
  • 原文地址:https://www.cnblogs.com/yuhuashang-edward/p/11152573.html
Copyright © 2011-2022 走看看