zoukankan      html  css  js  c++  java
  • SpringCloudAlibaba学习笔记-简介

    转载请注明原文谢谢!

    原文地址:SpringCloudAlibaba学习笔记-简介 

    参考地址:

    https://www.jianshu.com/p/16e2466f7177

    https://blog.csdn.net/q15102780705/article/details/105550714

    1、什么是SpringCloudAlibaba?

      官方介绍

      Spring Cloud Alibaba provides a one-stop solution for distributed application development. It contains all the components required to develop distributed applications, making it easy for you to develop your applications using Spring Cloud.

      With Spring Cloud Alibaba, you only need to add some annotations and a small amount of configurations to connect Spring Cloud applications to the distributed solutions of Alibaba, and build a distributed application system with Alibaba middleware.

      中文释义

      Spring Cloud Alibaba为分布式应用程序开发提供了一站式解决方案。 它包含开发分布式应用程序所需的所有组件,使您可以轻松地使用Spring Cloud开发应用程序。 

      使用Spring Cloud Alibaba,您只需要添加一些注释和少量配置即可将Spring Cloud应用程序连接到Alibaba的分布式解决方案,并使用Alibaba中间件构建分布式应用程序系统。

    2、SpringCloudAlibaba的特点

      服务限流降级

      服务注册与发现

      分布式配置管理

      消息驱动能力

      分布式事务

      阿里云对象存储

      分布式任务调度

      阿里云短信服务

    3、区别

  • 相关阅读:
    Windows XP SP1 Privilege Escalation
    A way escape rbash
    A trick in Exploit Dev
    wget.vbs & wget.ps1
    IDEA创建普通java和web项目教程
    初始Mybatis
    JAVA高级面试题
    JVM执行原理
    java-- 位运算
    JAVA---XML
  • 原文地址:https://www.cnblogs.com/super-admin/p/12924505.html
Copyright © 2011-2022 走看看