I\'m trying to disable jmx so that i don\'t get:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name \'mbeanExporter\'anymore.
You could try to disable jmx autoconfiguration:
@EnableAutoConfiguration(exclude={JmxAutoConfiguration.class})