Skip to content

Commit

Permalink
Update README. (sofastack#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjboy authored Apr 19, 2018
1 parent 75d1784 commit 29ef6c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 概述

Expand All @@ -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 及以上。

Expand All @@ -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)
6 changes: 3 additions & 3 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand All @@ -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).

0 comments on commit 29ef6c4

Please sign in to comment.