fixes class name

This commit is contained in:
Spencer Gibb
2019-09-11 12:49:15 -04:00
parent ff45053c64
commit 4135bc55cd

View File

@@ -38,7 +38,7 @@ import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@ConditionalOnClass(name = "org.springframework.web.reactive.function.client.WebClint")
@ConditionalOnClass(name = "org.springframework.web.reactive.function.client.WebClient")
@ConditionalOnProperty(value = "spring.cloud.discovery.reactive.enabled",
matchIfMissing = true)
public @interface ConditionalOnReactiveDiscoveryEnabled {