Class JerseyClientConfiguration
- java.lang.Object
-
- org.mockserver.examples.proxy.service.jerseyclient.JerseyClientConfiguration
-
@Configuration @Profile("jerseyClient") @PropertySource("classpath:application.properties") public class JerseyClientConfiguration extends ObjectThis configuration contains top level beans and any configuration required by filters (as WebMvcConfiguration only loaded within Dispatcher Servlet)- Author:
- jamesdbloom