formatting

This commit is contained in:
sgibb
2024-03-12 01:42:45 -04:00
parent b594bc4cbb
commit f69bb58691
3 changed files with 2 additions and 3 deletions

View File

@@ -264,7 +264,8 @@ public class GatewayAutoConfiguration {
@Bean
@ConditionalOnClass(name = "org.springframework.cloud.client.discovery.event.HeartbeatMonitor")
@ConditionalOnProperty(prefix = GatewayProperties.PREFIX, name = ".route-refresh-listener.enabled", matchIfMissing = true)
@ConditionalOnProperty(prefix = GatewayProperties.PREFIX, name = ".route-refresh-listener.enabled",
matchIfMissing = true)
public RouteRefreshListener routeRefreshListener(ApplicationEventPublisher publisher) {
return new RouteRefreshListener(publisher);
}

View File

@@ -18,7 +18,6 @@ package org.springframework.cloud.gateway.support;
import org.springframework.cloud.gateway.filter.factory.AddRequestHeadersIfNotPresentGatewayFilterFactory.KeyValue;
import org.springframework.core.convert.converter.Converter;
import org.springframework.util.StringUtils;
/**
* @deprecated in favour of

View File

@@ -17,7 +17,6 @@
package org.springframework.cloud.gateway.support.config;
import org.springframework.core.convert.converter.Converter;
import org.springframework.util.StringUtils;
/**
* @author Marta Medio