Class BackEndServiceConfiguration

java.lang.Object
org.mockserver.examples.proxy.servicebackend.BackEndServiceConfiguration

@Configuration @Profile("backend") @PropertySource("classpath:application.properties") public class BackEndServiceConfiguration extends Object
This configuration contains top level beans and any configuration required by filters (as WebMvcConfiguration only loaded within Dispatcher Servlet)
Author:
jamesdbloom
  • Constructor Details

    • BackEndServiceConfiguration

      public BackEndServiceConfiguration()
  • Method Details

    • bookServer

      @Bean public BookServer bookServer()