@Configuration
@ImportResource(value={"classpath:corelib-db-context.xml","classpath:corelib-solr-context.xml","classpath:corelib-utils-context.xml","classpath:corelib-web-context.xml","classpath:spring-sugarcrmclient.xml"})
@EnableScheduling
@PropertySource(value="classpath:europeana.properties")
public class AppConfig
extends Object
| Constructor and Description |
|---|
AppConfig() |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.Mongo |
ApiDbMongoCache() |
ControllerUtils |
controllerUtils() |
eu.europeana.features.ObjectStorageClient |
ObjectStorageClient() |
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
properties() |
SugarCRMCache |
sugarCRMCache() |
SugarCRMImporter |
sugarCRMImporter() |
SugarCRMPollingScheduler |
sugarCRMPollingScheduler() |
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer properties()
@Bean public ControllerUtils controllerUtils()
@Bean public SugarCRMPollingScheduler sugarCRMPollingScheduler()
@Bean public SugarCRMCache sugarCRMCache()
@Bean public SugarCRMImporter sugarCRMImporter()
@Bean(name="api_db_mongo_cache")
public com.mongodb.Mongo ApiDbMongoCache()
throws UnknownHostException
UnknownHostException@Bean(name="api_object_storage_client") public eu.europeana.features.ObjectStorageClient ObjectStorageClient()
Copyright © 2017. All rights reserved.