Skip to content

Commit f0bae7f

Browse files
committed
fix spotlessApply
1 parent 93df368 commit f0bae7f

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

docs/en/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# gRPC-Spring-Boot-Starter Documentation
22

33
gRPC-spring-boot-starter combines [google's open-source high performance RPC-framework](https://grpc.io) with
4-
[spring boot's ease of setup](https://spring.io/projects/spring-boot).
5-
This project simplifies the gRPC-server/client setup to adding one dependency to your project and adding a single
6-
annotation to your service class / client (stub) field.
4+
[spring boot's ease of setup](https://spring.io/projects/spring-boot).
5+
This project simplifies the gRPC-server/client setup to adding one dependency to your project and adding a single
6+
annotation to your service class / client (stub) field.
77
The features of this library are meant to complement your experience with gRPC and still allow you to do any
88
customization you need for your project.
99

docs/en/server/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public GrpcServerConfigurer keepAliveServerConfigurer() {
122122

123123
- [Getting Started](getting-started.md)
124124
- *Configuration*
125-
- [Exception Handling](exception-handling.md)
125+
- [Exception Handling](exception-handling.md)
126126
- [Contextual Data / Scoped Beans](contextual-data.md)
127127
- [Testing the Service](testing.md)
128128
- [Security](security.md)

docs/en/server/contextual-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This section describes how you can store contextual / per request data.
1313

1414
- [Getting Started](getting-started.md)
1515
- [Configuration](configuration.md)
16-
- [Exception Handling](exception-handling.md)
16+
- [Exception Handling](exception-handling.md)
1717
- *Contextual Data / Scoped Beans*
1818
- [Testing the Service](testing.md)
1919
- [Security](security.md)
@@ -62,7 +62,7 @@ public void grpcMethod(Request request, StreamObserver<Response> responseObserve
6262

6363
- [Getting Started](getting-started.md)
6464
- [Configuration](configuration.md)
65-
- [Exception Handling](exception-handling.md)
65+
- [Exception Handling](exception-handling.md)
6666
- *Contextual Data / Scoped Beans*
6767
- [Testing the Service](testing.md)
6868
- [Security](security.md)

docs/en/server/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This section describes the steps necessary to convert your application into a gr
1818

1919
- *Getting started*
2020
- [Configuration](configuration.md)
21-
- [Exception Handling](exception-handling.md)
21+
- [Exception Handling](exception-handling.md)
2222
- [Contextual Data / Scoped Beans](contextual-data.md)
2323
- [Testing the Service](testing.md)
2424
- [Security](security.md)
@@ -317,7 +317,7 @@ See [here](testing.md#grpcurl) for `gRPCurl` example command output and addition
317317

318318
- *Getting Started*
319319
- [Configuration](configuration.md)
320-
- [Exception Handling](exception-handling.md)
320+
- [Exception Handling](exception-handling.md)
321321
- [Contextual Data / Scoped Beans](contextual-data.md)
322322
- [Testing the Service](testing.md)
323323
- [Security](security.md)

docs/en/server/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We strongly recommend enabling at least transport layer security.
1919

2020
- [Getting Started](getting-started.md)
2121
- [Configuration](configuration.md)
22-
- [Exception Handling](exception-handling.md)
22+
- [Exception Handling](exception-handling.md)
2323
- [Contextual Data / Scoped Beans](contextual-data.md)
2424
- [Testing the Service](testing.md)
2525
- *Security*
@@ -280,7 +280,7 @@ public void methodX(Request request, StreamObserver<Response> responseObserver)
280280

281281
- [Getting Started](getting-started.md)
282282
- [Configuration](configuration.md)
283-
- [Exception Handling](exception-handling.md)
283+
- [Exception Handling](exception-handling.md)
284284
- [Contextual Data / Scoped Beans](contextual-data.md)
285285
- [Testing the Service](testing.md)
286286
- *Security*

docs/en/server/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Please refer to [Tests with Grpc-Stubs](../client/testing.md).
2222

2323
- [Getting Started](getting-started.md)
2424
- [Configuration](configuration.md)
25-
- [Exception Handling](exception-handling.md)
25+
- [Exception Handling](exception-handling.md)
2626
- [Contextual Data / Scoped Beans](contextual-data.md)
2727
- *Testing the Service*
2828
- [Security](security.md)
@@ -369,7 +369,7 @@ For more information regarding `gRPCurl` please refer to their [official documen
369369
370370
- [Getting Started](getting-started.md)
371371
- [Configuration](configuration.md)
372-
- [Exception Handling](exception-handling.md)
372+
- [Exception Handling](exception-handling.md)
373373
- [Contextual Data / Scoped Beans](contextual-data.md)
374374
- *Testing the Service*
375375
- [Security](security.md)

0 commit comments

Comments
 (0)