@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 ここで定義およびインポートされた Bean は、XD 管理サーバーおよびコンテナーサーバーによって共有されます。
- 作成者:
- David Turanski, Mark Fisher, Ilayaperumal Gopinathan, Gary Russell, Patrick Peralta