Class JavaHttpClientConfigurationHttpProxy
java.lang.Object
org.mockserver.examples.proxy.service.javaclient.http.JavaHttpClientConfigurationHttpProxy
@Configuration
@Profile("javaClientHttpProxy")
@PropertySource("classpath:application.properties")
public class JavaHttpClientConfigurationHttpProxy
extends Object
This configuration contains top level beans and any configuration required by filters (as WebMvcConfiguration only loaded within Dispatcher Servlet)
- Author:
- jamesdbloom
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JavaHttpClientConfigurationHttpProxy
public JavaHttpClientConfigurationHttpProxy()
-