This repository was archived by the owner on May 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33[ ![ Build Status] ( https://travis-ci.org/alipay/sofa-rpc-boot-projects.svg?branch=master )] ( https://travis-ci.org/alipay/sofa-rpc-boot-projects )
44[ ![ 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 )
55![ License] ( https://img.shields.io/badge/license-Apache--2.0-green.svg )
6- [ ![ Release] ( https://img.shields.io/github/release/alipay/sofa-rpc-boot-projects.svg )] ( https://github.com/alipay /sofa-rpc-boot-projects/releases )
6+ [ ![ Release] ( https://img.shields.io/github/release/alipay/sofa-rpc-boot-projects.svg )] ( https://github.com/sofastack /sofa-rpc-boot-projects/releases )
77
88## 概述
99
1010### rpc-sofa-boot-starter
11- [ 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 的健康检查,类隔离,日志空间隔离等基础能力。
11+ [ 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 的健康检查,类隔离,日志空间隔离等基础能力。
1212
1313
1414### rpc-sofa-boot-samples
3636[ 如何参与代码贡献] ( http://www.sofastack.tech/sofa-rpc/docs/Contributing )
3737
3838## 开源许可
39- 基于 [ Apache License 2.0] ( https://github.com/alipay /sofa-rpc-boot-projects/blob/master/LICENSE ) 协议。
39+ 基于 [ Apache License 2.0] ( https://github.com/sofastack /sofa-rpc-boot-projects/blob/master/LICENSE ) 协议。
4040
Original file line number Diff line number Diff line change 1212 <artifactId >rpc-sofa-boot-core</artifactId >
1313 <version >5.5.3-SNAPSHOT</version >
1414
15- <url >https://github.com/alipay /sofa-rpc</url >
15+ <url >https://github.com/sofastack /sofa-rpc</url >
1616
1717 <properties >
1818 <java .version>1.6</java .version>
Original file line number Diff line number Diff line change 11# 如何在 SOFABoot 环境中使用 SOFARPC
22
33## 简介
4- 该用例工程演示如何在 SOFABoot 环境中使用 SOFARPC,阅读该文档之前,建议先了解 [ SOFARPC] ( https://github.com/alipay /sofa-rpc ) 和 [ SOFABoot] ( https://github.com/alipay /sofa-boot )
4+ 该用例工程演示如何在 SOFABoot 环境中使用 SOFARPC,阅读该文档之前,建议先了解 [ SOFARPC] ( https://github.com/sofastack /sofa-rpc ) 和 [ SOFABoot] ( https://github.com/sofastack /sofa-boot )
55
66## 在本地启动Zookeeper
77在运行本示例工程之前,需要先在本地启动一个 Zookeeper 服务端。本工程已经提供了一个 Zookeeper 的启动类,运行该类的主函数即可:
Original file line number Diff line number Diff line change 1212 <artifactId >rpc-sofa-boot-starter</artifactId >
1313 <version >5.5.3-SNAPSHOT</version >
1414
15- <url >https://github.com/alipay /sofa-rpc</url >
15+ <url >https://github.com/sofastack /sofa-rpc</url >
1616
1717 <properties >
1818 <java .version>1.6</java .version>
You can’t perform that action at this time.
0 commit comments