Skip to content

Commit

Permalink
docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Furer committed Jul 1, 2021
1 parent 93fedaf commit 9eb80c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ While it's still possible to have your rpc methods annotated with `@Transactiona

[source,java]
----
@GRpcService
class MyGrpcService extends ...{
@Autowired
private MyJpaRepository repo;
Expand Down Expand Up @@ -557,6 +558,7 @@ class MyService{
return result;
}//<2>
}
@GRpcService
class MyGrpcService extends ...{
@Autowired
private MyService myService;
Expand Down

0 comments on commit 9eb80c1

Please sign in to comment.