diff --git a/README.md b/README.md index cc3e55195..9aaf593bb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Fast CI](https://img.shields.io/github/actions/workflow/status/alibaba/cola/ci.yaml?branch=master&logo=github&logoColor=white&label=fast-ci)](https://github.com/alibaba/cola/actions/workflows/ci.yaml) [![Multiply Java versions CI](https://img.shields.io/github/actions/workflow/status/alibaba/cola/ci_by_multiply_java_versions.yaml?branch=master&logo=github&logoColor=white&label=strong-ci)](https://github.com/alibaba/cola/actions/workflows/ci_by_multiply_java_versions.yaml) -[![License](https://img.shields.io/badge/license-LGPL%202.1-4EB1BA.svg?color=4D7A97&logo=apache)](LICENSE) +[![License](https://img.shields.io/badge/license-LGPL--2.1-4EB1BA.svg?color=4D7A97&logo=apache)](LICENSE) [![Java support](https://img.shields.io/badge/Java-8+-339933?logo=OpenJDK&logoColor=white)](https://openjdk.java.net/) [![Maven Central](https://img.shields.io/maven-central/v/com.alibaba.cola/cola-component-dto.svg?logo=apache-maven)](https://search.maven.org/search?q=g:com.alibaba.cola) [![GitHub Releases](https://img.shields.io/github/release/alibaba/COLA.svg)](https://github.com/alibaba/COLA/releases) @@ -17,7 +17,7 @@ 目前COLA已经发展到[COLA v4](https://blog.csdn.net/significantfrank/article/details/110934799)。 > - 想了解更多COLA信息,请关注微信公众号: -> ![qrcode_60.jpg](https://img-blog.csdnimg.cn/2020110314110321.png#pic_center) +> qrcode > - 想了解更多COLA背后的故事,请支持我的新书[《程序员的底层思维》](https://item.jd.com/13652002.html) COLA分为两个部分,COLA架构和COLA组件。 @@ -37,15 +37,15 @@ COLA分为两个部分,COLA架构和COLA组件。 - 治理应用复杂度,降低系统熵值; - 从随心所欲的混乱状态,走向井井有条的有序状态。 -![archWhy](https://img-blog.csdnimg.cn/e27c22d706084ead900c8838326135f3.png) +arch why COLA架构就是为此而生,其核心职责就是定义良好的应用结构,提供最佳应用架构的最佳实践。通过不断探索,我们发现良好的分层结构,良好的包结构定义,可以帮助我们治理混乱不堪的业务应用系统。 -![cure](https://img-blog.csdnimg.cn/2020120918285068.png) +cure 经过多次迭代,我们定义出了相对稳定、可靠的应用架构:COLA v4 -![cola](https://img-blog.csdnimg.cn/6549230c6723448fb3ab51ca74829e80.png) +cola arch ## COLA Archetypes @@ -93,9 +93,7 @@ mvn archetype:generate \ 命令执行成功的话,会看到如下的应用代码结构: -![demo](https://img-blog.csdnimg.cn/20201209192258840.png) - -注:也可以使用阿里云的应用生成器:https://start.aliyun.com/bootstrap.html 生成cola应用。 +demo struture ## 2. 运行应用