Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLiu1123 committed Jun 18, 2024
1 parent ca6b843 commit a24ea34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/01-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ There are already two gRPC Spring Boot starters:
So, why create another one? Here are the main reasons:

1. The autoconfiguration for gRPC clients is not elegant enough; it does not fully follow the Spring bean lifecycle and requires additional annotations like `@GrpcClient`. We aim to use `@Autowired` directly to inject gRPC clients.
2. The integration with the surrounding gRPC ecosystem is incomplete, lacking features like gRPC HTTP transcoding, protobuf validation, test support, etc.
2. The integration with the surrounding gRPC ecosystem is incomplete, lacking features like gRPC HTTP transcoding, Protobuf validation, test support, etc.
3. Writing extensions is challenging due to the lack of suitable extension points.

## Core Features
Expand Down
4 changes: 3 additions & 1 deletion website/docs/30-extensions/10-grpc-http-transcoding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ to do the transcoding?
Choose the appropriate dependencies based on your stack.

<Tabs>
<TabItem value="webmvc" label="Web MVC">
<TabItem value="webmvc" label="WebMVC">
<Tabs>
<TabItem value="gradle" label="Gradle">
```groovy
Expand Down Expand Up @@ -294,8 +294,10 @@ grpc:
endpoint: localhost:9090
```
:::note
In most cases, you do not need to manually configure this property,
it will automatically find the gRPC server endpoint of the current application.
:::
## How It Works
Expand Down
2 changes: 1 addition & 1 deletion website/docs/40-configuration-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,4 @@ This page was generated by [spring-configuration-property-documenter](https://gi
| enabled| java.lang.Boolean| Whether to enable validation, default is \{@code true}.| true| |
| order| java.lang.Integer| Validating interceptor order, default is \{@code 0}.| 0| |

This is a generated file, generated at: **2024-06-17T23:49:23.853674**
This is a generated file, generated at: **2024-06-19T00:59:31.016012**

0 comments on commit a24ea34

Please sign in to comment.