You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This checks-in the latest documentation generated from running
./build-docs.sh locally after the config props fix was submitted
in 2f49ee3.
Signed-off-by: onobc <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ For further information go to our [Spring gRPC reference documentation](https://
10
10
# Getting Started
11
11
12
12
**📌 NOTE**\
13
-
Spring gRPC `1.0.x` supports Spring Boot `4.0.x.`
13
+
Spring gRPC `1.0.x` supports Spring Boot `4.0.x`
14
14
15
15
This section offers jumping off points for how to get started using Spring gRPC. There is a simple sample project in the `samples` directory (e.g. [`grpc-server`](https://github.com/spring-projects/spring-grpc/tree/main/samples/grpc-server)). You can run it with `mvn spring-boot:run` or `gradle bootRun`. You will see the following code in that sample.
0 commit comments