@Configuration @EnableJpaRepositories(basePackageClasses=SchemaRepository.class) @EnableConfigurationProperties(value=SchemaServerProperties.class) @Import(value=ServerController.class) public class SchemaServerConfiguration extends Object
Constructor and Description |
---|
SchemaServerConfiguration() |
Modifier and Type | Method and Description |
---|---|
static org.springframework.beans.factory.config.BeanFactoryPostProcessor |
entityScanPackagesPostProcessor() |
Map<String,SchemaValidator> |
schemaValidators() |
@Bean public static org.springframework.beans.factory.config.BeanFactoryPostProcessor entityScanPackagesPostProcessor()
@Bean public Map<String,SchemaValidator> schemaValidators()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.