mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
32 lines
919 B
Plaintext
32 lines
919 B
Plaintext
[[spring-cloud-alibaba-reference]]
|
||
= Spring Cloud Alibaba 参考文档
|
||
xiaojing; xiaolongzuo; jim fang; bingting peng
|
||
:doctype: book
|
||
:toc:
|
||
:toclevels: 4
|
||
:source-highlighter: prettify
|
||
:numbered:
|
||
|
||
== 介绍
|
||
|
||
Spring Cloud Alibaba 致力于提供分布式应用服务开发的一站式解决方案。此项目包含开发分布式应用服务的必需组件,方便开发者通过 Spring Cloud 编程模型轻松使用这些组件来开发分布式应用服务。
|
||
|
||
依托 Spring Cloud Alibaba,您只需要添加一些注解和少量配置,就可以将 Spring Cloud 应用接入阿里分布式应用解决方案,通过阿里中间件来迅速搭建分布式应用系统。
|
||
|
||
include::dependency-management.adoc[]
|
||
|
||
include::nacos-discovery.adoc[]
|
||
|
||
include::nacos-config.adoc[]
|
||
|
||
include::sentinel.adoc[]
|
||
|
||
include::rocketmq.adoc[]
|
||
|
||
include::ans.adoc[]
|
||
|
||
include::acm.adoc[]
|
||
|
||
include::oss.adoc[]
|
||
|
||
include::schedulerx.adoc[] |