Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fa97f44

Browse files
Merge pull request #9 from xinnan-liu/feature
fix typo
2 parents 80400d7 + 7bb08e9 commit fa97f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/advanced/springboot-dubbo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public interface HelloService {
233233

234234
### 3. 将项目打成 jar 包供其他项目使用
235235

236-
点击右边的 Maven Projects 然后选择 install ,这样 jar 宝就打好了
236+
点击右边的 Maven Projects 然后选择 install ,这样 jar 包就打好了
237237
![](http://my-blog-to-use.oss-cn-beijing.aliyuncs.com/18-11-27/53371349.jpg)
238238

239239
## 开始实战 3 :实现服务提供者 dubbo-provider
@@ -405,6 +405,6 @@ public class DubboConsumerApplication {
405405

406406
### 6. 测试效果
407407

408-
浏览器访问 [http://localhost:8330/hello](http://localhost:8330/hello) 页面返回 Hello world,控制台输出 Hello SnailClimb,和预期一直,使用SpringBoot+Dubbo 搭建第一个简单的分布式服务实验成功!
408+
浏览器访问 [http://localhost:8330/hello](http://localhost:8330/hello) 页面返回 Hello world,控制台输出 Hello SnailClimb,和预期一致,使用SpringBoot+Dubbo 搭建第一个简单的分布式服务实验成功!
409409

410410
代码地址:https://github.com/Snailclimb/springboot-guide/tree/master/source-code/advanced/springboot-dubbo

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /