@Configuration @EnableJpaRepositories(basePackageClasses=SchemaRepository.class) @EnableConfigurationProperties(value=SchemaServerProperties.class) public class SchemaServerConfiguration extends Object
| Constructor and Description |
|---|
SchemaServerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SchemaValidator> |
schemaValidators() |
ServerController |
serverController(SchemaRepository repository) |
@Bean public ServerController serverController(SchemaRepository repository)
@Bean public Map<String,SchemaValidator> schemaValidators()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.