Browse Source

Cosmetic fix in doc.

pull/1108/merge
Olga Maciaszek-Sharma 2 years ago
parent
commit
82213bab6b
  1. 2
      docs/src/main/asciidoc/spring-cloud-commons.adoc

2
docs/src/main/asciidoc/spring-cloud-commons.adoc

@ -1337,7 +1337,7 @@ NOTE: For the properties where maps where already used, where you can specify a @@ -1337,7 +1337,7 @@ NOTE: For the properties where maps where already used, where you can specify a
=== AOT and Native Image Support
Since `4.0.0`, Spring Cloud LoadBalancer supports Spring AOT transformations and native images. However, to use this feature, you need to explicitly define your LoadBalancerClient service IDs. You can do so by using the `value` or `name` attributes of the `@LoadBalancerClient` annotation or as values of the `spring.cloud.loadbalancer.eager-load.clients` property.
Since `4.0.0`, Spring Cloud LoadBalancer supports Spring AOT transformations and native images. However, to use this feature, you need to explicitly define your `LoadBalancerClient` service IDs. You can do so by using the `value` or `name` attributes of the `@LoadBalancerClient` annotation or as values of the `spring.cloud.loadbalancer.eager-load.clients` property.
== Spring Cloud Circuit Breaker

Loading…
Cancel
Save