Added missing @Configuration annotations
This commit is contained in:
@@ -51,6 +51,7 @@ import org.springframework.web.client.AsyncRestTemplate;
|
||||
@AutoConfigureAfter(TraceWebServletAutoConfiguration.class)
|
||||
public class TraceWebAsyncClientAutoConfiguration {
|
||||
|
||||
@Configuration
|
||||
@ConditionalOnBean(AsyncRestTemplate.class)
|
||||
static class AsyncRestTemplateConfig {
|
||||
|
||||
|
||||
@@ -148,6 +148,7 @@ public class TraceWebClientAutoConfiguration {
|
||||
}
|
||||
}
|
||||
|
||||
@Configuration
|
||||
@ConditionalOnClass(WebClient.class)
|
||||
static class WebClientConfig {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user