@ -1290,7 +1290,7 @@ NOTE: For the properties where maps where already used, where you could specify
@@ -1290,7 +1290,7 @@ NOTE: For the properties where maps where already used, where you could specify
=== AOT and native image support
Since `4.0.0`, Spring Cloud LoadBalancer supports Spring AOT transformations and native images. However, in order to make use of this feature, you will need to explicitly define your LoadBalancerClient service Ids. Either, via 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.