@EnableAutoConfiguration(exclude={org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration.class,org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.class,org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.class,org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.class})
@ImportResource(value="classpath:META-INF/spring-xd/batch/batch.xml")
@EnableBatchProcessing
public class ParentConfiguration
extends java.lang.Object
Constructor and Description |
---|
ParentConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.actuate.health.VanillaHealthIndicator |
healthIndicator() |
org.springframework.jmx.support.MBeanServerFactoryBean |
mbeanServer() |
org.springframework.amqp.rabbit.connection.ConnectionFactory |
rabbitConnectionFactory(org.springframework.boot.autoconfigure.amqp.RabbitProperties config,
com.rabbitmq.client.ConnectionFactory rabbitConnectionFactory) |
RabbitConnectionFactoryBean |
rabbitFactory() |
@Bean public org.springframework.jmx.support.MBeanServerFactoryBean mbeanServer()
@Bean public org.springframework.amqp.rabbit.connection.ConnectionFactory rabbitConnectionFactory(org.springframework.boot.autoconfigure.amqp.RabbitProperties config, com.rabbitmq.client.ConnectionFactory rabbitConnectionFactory) throws java.lang.Exception
java.lang.Exception
@Bean public RabbitConnectionFactoryBean rabbitFactory()
@Bean public org.springframework.boot.actuate.health.VanillaHealthIndicator healthIndicator()