Skip to content

Commit 259e995

Browse files
author
jvmlet
committed
0.0.5-SNAPSHOT
1 parent c496c27 commit 259e995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ service Greeter {
3737
rpc SayHello ( HelloRequest) returns ( HelloReply) {}
3838
}
3939
```
40-
Note the generated `io.grpc.examples.GreeterGrpc.GreeterImplBase` class that implements `io.grpc.BindableService`.(The generated classes were intentionally committed for demo purposes).
40+
Note the generated `io.grpc.examples.GreeterGrpc.GreeterImplBase` class that extends `io.grpc.BindableService`.(The generated classes were intentionally committed for demo purposes).
4141

4242
All you need to do is to annotate your service implementation with `@org.lognet.springboot.grpc.GRpcService`
4343

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.0.4
1+
version=0.0.5-SNAPSHOT
22
group=org.lognet
33
description=Spring Boot starter for Google RPC.
44
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

0 commit comments

Comments
 (0)