@EnableAutoConfiguration(exclude={org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration.class,org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.class,org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.class,org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.class,org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.class,org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.class})
@ImportResource(value="classpath:META-INF/spring-xd/global/parent-context.xml")
@EnableBatchProcessing
public class ParentConfiguration
extends java.lang.Object
Beans defined and imported here are in the global parent context, hence available to the entire hierarchy, including
Admins, Containers, and Modules.
- Author:
- David Turanski, Mark Fisher, Marius Bogoevici, Gunnar Hillert