@@ -38,7 +38,7 @@ This is something that you get for free just by adding the following dependency
38
38
<dependency >
39
39
<groupId >org.springframework.cloud</groupId >
40
40
<artifactId >spring-cloud-starter-kubernetes</artifactId >
41
- <version >${latest.version> </version >
41
+ <version >${latest.version} </version >
42
42
</dependency >
43
43
```
44
44
@@ -434,7 +434,7 @@ The implementation is part of the following starter that you can use by adding i
434
434
<dependency>
435
435
<groupId>org.springframework.cloud</groupId>
436
436
<artifactId>spring-cloud-starter-kubernetes-netflix</artifactId>
437
- <version>${latest.version> </version>
437
+ <version>${latest.version} </version>
438
438
</dependency>
439
439
` ` `
440
440
@@ -450,7 +450,7 @@ dedicated `ConfigMap`) using the following format: `<name of your service>.ribbo
450
450
451
451
- ` <name of your service>` corresponds to the service name you're accessing over Ribbon, as configured using the
452
452
` @RibbonClient` annotation (e.g. `name-service` in the example above)
453
- - ` <Ribbon configuration key` is one of the Ribbon configuration key defined by
453
+ - ` <Ribbon configuration key> ` is one of the Ribbon configuration key defined by
454
454
[Ribbon's CommonClientConfigKey class](https://github.com/Netflix/ribbon/blob/master/ribbon-core/src/main/java/com/netflix/client/config/CommonClientConfigKey.java)
455
455
456
456
Additionally, the `spring-cloud-kubernetes-ribbon` project defines two additional configuration keys to further
@@ -488,7 +488,7 @@ can use by adding this starter to your maven pom file:
488
488
<dependency>
489
489
<groupId>org.springframework.cloud</groupId>
490
490
<artifactId>spring-cloud-starter-kubernetes-zipkin</artifactId>
491
- <version>${latest.version> </version>
491
+ <version>${latest.version} </version>
492
492
</dependency>
493
493
` ` `
494
494
0 commit comments