Class BackEndServiceConfiguration
- java.lang.Object
-
- org.mockserver.examples.proxy.servicebackend.BackEndServiceConfiguration
-
@Configuration @Profile("backend") @PropertySource("classpath:application.properties") public class BackEndServiceConfiguration extends ObjectThis configuration contains top level beans and any configuration required by filters (as WebMvcConfiguration only loaded within Dispatcher Servlet)- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description BackEndServiceConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BookServerbookServer()
-
-
-
Method Detail
-
bookServer
@Bean public BookServer bookServer()
-
-