Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
[![Build Status](https://travis-ci.org/alipay/sofa-rpc-boot-projects.svg?branch=master)](https://travis-ci.org/alipay/sofa-rpc-boot-projects)
[![Coverage Status](https://codecov.io/gh/alipay/sofa-rpc-boot-projects/branch/master/graph/badge.svg)](https://codecov.io/gh/alipay/sofa-rpc-boot-projects)
![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)
[![Release](https://img.shields.io/github/release/alipay/sofa-rpc-boot-projects.svg)](https://github.com/alipay/sofa-rpc-boot-projects/releases)
[![Release](https://img.shields.io/github/release/alipay/sofa-rpc-boot-projects.svg)](https://github.com/sofastack/sofa-rpc-boot-projects/releases)

## 概述

### rpc-sofa-boot-starter
[SOFABoot](https://github.com/alipay/sofa-boot) 是一个完全兼容 SpringBoot 的开发框架,`rpc-sofa-boot-starter` 的作用就是将 [SOFARPC](https://github.com/alipay/sofa-rpc) 功能集成到 SOFABoot 中。`rpc-sofa-boot-starter` 提供了统一方便的编程界面、配置方式,同时提供了 SOFABoot 的健康检查,类隔离,日志空间隔离等基础能力。
[SOFABoot](https://github.com/sofastack/sofa-boot) 是一个完全兼容 SpringBoot 的开发框架,`rpc-sofa-boot-starter` 的作用就是将 [SOFARPC](https://github.com/sofastack/sofa-rpc) 功能集成到 SOFABoot 中。`rpc-sofa-boot-starter` 提供了统一方便的编程界面、配置方式,同时提供了 SOFABoot 的健康检查,类隔离,日志空间隔离等基础能力。


### rpc-sofa-boot-samples
Expand Down Expand Up @@ -36,5 +36,5 @@
[如何参与代码贡献](http://www.sofastack.tech/sofa-rpc/docs/Contributing)

## 开源许可
基于 [Apache License 2.0](https://github.com/alipay/sofa-rpc-boot-projects/blob/master/LICENSE) 协议。
基于 [Apache License 2.0](https://github.com/sofastack/sofa-rpc-boot-projects/blob/master/LICENSE) 协议。

2 changes: 1 addition & 1 deletion sofa-boot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>rpc-sofa-boot-core</artifactId>
<version>5.5.3-SNAPSHOT</version>

<url>https://github.com/alipay/sofa-rpc</url>
<url>https://github.com/sofastack/sofa-rpc</url>

<properties>
<java.version>1.6</java.version>
Expand Down
2 changes: 1 addition & 1 deletion sofa-boot-samples/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 如何在 SOFABoot 环境中使用 SOFARPC

## 简介
该用例工程演示如何在 SOFABoot 环境中使用 SOFARPC,阅读该文档之前,建议先了解 [SOFARPC](https://github.com/alipay/sofa-rpc) 和 [SOFABoot](https://github.com/alipay/sofa-boot)
该用例工程演示如何在 SOFABoot 环境中使用 SOFARPC,阅读该文档之前,建议先了解 [SOFARPC](https://github.com/sofastack/sofa-rpc) 和 [SOFABoot](https://github.com/sofastack/sofa-boot)

## 在本地启动Zookeeper
在运行本示例工程之前,需要先在本地启动一个 Zookeeper 服务端。本工程已经提供了一个 Zookeeper 的启动类,运行该类的主函数即可:
Expand Down
2 changes: 1 addition & 1 deletion sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>rpc-sofa-boot-starter</artifactId>
<version>5.5.3-SNAPSHOT</version>

<url>https://github.com/alipay/sofa-rpc</url>
<url>https://github.com/sofastack/sofa-rpc</url>

<properties>
<java.version>1.6</java.version>
Expand Down