File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ public interface HelloService {
233
233
234
234
### 3. 将项目打成 jar 包供其他项目使用
235
235
236
- 点击右边的 Maven Projects 然后选择 install ,这样 jar 宝就打好了 。
236
+ 点击右边的 Maven Projects 然后选择 install ,这样 jar 包就打好了 。
237
237

238
238
239
239
## 开始实战 3 :实现服务提供者 dubbo-provider
@@ -405,6 +405,6 @@ public class DubboConsumerApplication {
405
405
406
406
### 6. 测试效果
407
407
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 搭建第一个简单的分布式服务实验成功!
409
409
410
410
代码地址:https://github.com/Snailclimb/springboot-guide/tree/master/source-code/advanced/springboot-dubbo
You can’t perform that action at this time.
0 commit comments