@Configuration
@EnableAutoConfiguration(exclude={org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.class,org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.class,org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration.class,org.springframework.boot.autoconfigure.mongo.MongoDataAutoConfiguration.class})
@EnableConfigurationProperties(value=org.springframework.boot.autoconfigure.batch.BatchProperties.class)
public class HsqlServerApplication
extends java.lang.Object
- Author:
- Ilayaperumal Gopinathan, David Turanski