Skip to content

Commit 9eb80c1

Browse files
author
Alexander Furer
committed
docs [skip ci]
1 parent 93fedaf commit 9eb80c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ While it's still possible to have your rpc methods annotated with `@Transactiona
522522

523523
[source,java]
524524
----
525+
@GRpcService
525526
class MyGrpcService extends ...{
526527
@Autowired
527528
private MyJpaRepository repo;
@@ -557,6 +558,7 @@ class MyService{
557558
return result;
558559
}//<2>
559560
}
561+
@GRpcService
560562
class MyGrpcService extends ...{
561563
@Autowired
562564
private MyService myService;

0 commit comments

Comments
 (0)