- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.EnvironmentAware
@Configuration
@EnableAutoConfiguration(exclude={org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.class,org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.class,org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.class,org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration.class,org.springframework.boot.autoconfigure.mongo.MongoDataAutoConfiguration.class,org.springframework.boot.autoconfigure.solr.SolrAutoConfiguration.class})
public class ContainerServerApplication
extends java.lang.Object
implements org.springframework.context.EnvironmentAware
The boot application class for a Container server.
- Author:
- Mark Fisher, David Turanski, Marius Bogoevici, Gunnar Hillert