Ensures that the bean name is not overriding any other bean name
This commit is contained in:
@@ -41,7 +41,7 @@ public class WireMockRestTemplateConfiguration {
|
||||
@Bean
|
||||
@ConditionalOnClass(SSLContextBuilder.class)
|
||||
@ConditionalOnProperty(value = "wiremock.rest-template-ssl-enabled", matchIfMissing = true)
|
||||
public RestTemplateCustomizer restTemplateCustomizer() {
|
||||
public RestTemplateCustomizer wiremockRestTemplateCustomizer() {
|
||||
return new RestTemplateCustomizer() {
|
||||
@Override
|
||||
public void customize(RestTemplate restTemplate) {
|
||||
|
||||
Reference in New Issue
Block a user