From 29ef6c4b621ef02b98b662696914cdf936aad66d Mon Sep 17 00:00:00 2001 From: Geng Zhang Date: Thu, 19 Apr 2018 14:09:52 +0800 Subject: [PATCH] Update README. (#31) --- README.md | 5 +++-- README_EN.md | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 146968d9a..064aafce4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Build Status](https://travis-ci.org/alipay/sofa-rpc.svg?branch=master)](https://travis-ci.org/alipay/sofa-rpc) [![Coverage Status](https://codecov.io/gh/alipay/sofa-rpc/branch/master/graph/badge.svg)](https://codecov.io/gh/alipay/sofa-rpc) ![License](https://img.shields.io/badge/license-Apache--2.0-green.svg) +[![Maven](https://img.shields.io/github/release/alipay/sofa-rpc.svg)](https://github.com/alipay/sofa-rpc/releases) ## 概述 @@ -22,7 +23,7 @@ SOFARPC 是一个高可扩展性、高性能、生产级的 Java RPC 框架。 - [sofa-rpc-boot-project](https://github.com/alipay/sofa-rpc-boot-projects) SOFABoot 扩展项目,包括 starter 工程及使用示例。 -## 构建 +## 需要 编译需要 JDK 7 及以上、Maven 3.2.5 及以上。 @@ -42,4 +43,4 @@ SOFARPC 是一个高可扩展性、高性能、生产级的 Java RPC 框架。 ## 开源许可 -基于[Apache License 2.0](https://github.com/alipay/sofa-rpc/blob/master/LICENSE)协议。 +SOFARPC 基于 [Apache License 2.0](https://github.com/alipay/sofa-rpc/blob/master/LICENSE) 协议,SOFARPC 依赖了一些三方组件,它们的开源协议参见[依赖组件版权说明](https://github.com/alipay/sofa-rpc/wiki/NOTICE)。 diff --git a/README_EN.md b/README_EN.md index 693a7ccc4..fdfb4c639 100644 --- a/README_EN.md +++ b/README_EN.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/alipay/sofa-rpc.svg?branch=master)](https://travis-ci.org/alipay/sofa-rpc) [![Coverage Status](https://codecov.io/gh/alipay/sofa-rpc/branch/master/graph/badge.svg)](https://codecov.io/gh/alipay/sofa-rpc) ![License](https://img.shields.io/badge/license-Apache--2.0-green.svg) - +[![Maven](https://img.shields.io/github/release/alipay/sofa-rpc.svg)](https://github.com/alipay/sofa-rpc/releases) ## Overview SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework. In Ant Financial, SOFARPC has been used for more than ten years and developing for five generations. SOFARPC is dedicated to simplify RPC calls between applications, and provide convenient, no code intrusion, stable, and efficient point-to-point remote service invocation solutions for applications. For user and developer easy to improve features, SOFARPC provides a wealth of model abstraction and extensible interfaces, including filter, routing, load balancing, and so on. At the same time, it provides a rich MicroService governance solution around the SOFARPC framework and its surrounding components. @@ -22,7 +22,7 @@ SOFARPC is a high-performance, high-extensibility, production-level Java RPC fra - [sofa-rpc-boot-project](https://github.com/alipay/sofa-rpc-boot-projects) SOFABoot projects for SOFARPC, include starter and samples. -## How to build +## Requirements Build-time requirement: JDK 7 or above and Maven 3.2.5 or above. @@ -43,4 +43,4 @@ Runtime requirement: JDK 6 or above. ## License -SOFARPC is released under the [Apache License 2.0](https://github.com/alipay/sofa-rpc/blob/master/LICENSE). +SOFARPC is licensed under the [Apache License 2.0](https://github.com/alipay/sofa-rpc/blob/master/LICENSE), and SOFARPC uses some third-party components, you can view their open source license here [NOTICE](https://github.com/alipay/sofa-rpc/wiki/NOTICE).