@Configuration
@EnableIntegration
@Import(value={org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration.class,MessageBusExtensionsConfiguration.class})
@ImportResource(value={"META-INF/spring-xd/bus/${XD_TRANSPORT}-bus.xml","META-INF/spring-xd/internal/repositories.xml","META-INF/spring-xd/analytics/${XD_ANALYTICS}-analytics.xml"})
public class SharedServerContextConfiguration
extends java.lang.Object
Beans defined and imported here are shared by the XD Admin Server and Container Server.
- Author:
- David Turanski, Mark Fisher, Ilayaperumal Gopinathan, Gary Russell, Patrick Peralta