Skip to content

Commit

Permalink
Update spring-boot.md (#2819)
Browse files Browse the repository at this point in the history
* Update spring-boot.md

* Update spring-boot.md
  • Loading branch information
weloe authored Sep 29, 2023
1 parent 8f29c72 commit 2ad6fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh-cn/overview/quickstart/java/spring-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public interface DemoService {
}
```

`GreetingsService` 中,定义了 `sayHi` 这个方法。后续服务端发布的服务,消费端订阅的服务都是围绕着 `GreetingsService` 接口展开的。
`DemoService` 中,定义了 `sayHello` 这个方法。后续服务端发布的服务,消费端订阅的服务都是围绕着 `DemoService` 接口展开的。

### 5. 定义服务端的实现

Expand Down

0 comments on commit 2ad6fe1

Please sign in to comment.