forked from alibaba/COLA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4624568
commit 5d6d8d2
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ | |
|
||
如果你有技术热情,对阿里有兴趣,可以email:[email protected] | ||
|
||
# 阿里云COLA应用生成器 | ||
https://start.aliyun.com/bootstrap.html | ||
![image.png](https://ata2-img.oss-cn-zhangjiakou.aliyuncs.com/48f870b98d6cea7f06864e17387e0717.png) | ||
|
||
# 项目说明 | ||
**COLA既是框架,也是架构。创建COLA的主要目的是为应用架构提供一套简单的可以复制、可以理解、可以落地、可以控制复杂性的”指导和约束"。** | ||
- 架构部分主要是提供了创建符合COLA要求的应用Archetype。 | ||
|
@@ -91,4 +95,4 @@ com | |
比如,"tmall.placeOrder.88vip"这个场景,其寻找扩展点的路径是: | ||
1. 尝试寻找"tmall.placeOrder.88vip"实现 | ||
2. 如果没有,继续寻找"tmall.placeOrder"实现 | ||
3. 如果没有,继续寻找"tmall"实现 | ||
3. 如果没有,继续寻找"tmall"实现 |