@Configuration
@ComponentScan(basePackages={"de.digitalcollections.iiif.bookshelf.backend.api.repository","de.digitalcollections.iiif.bookshelf.backend.impl.repository"})
@EnableMongoRepositories(basePackages="de.digitalcollections.iiif.bookshelf.backend.api.repository")
@EnableMongoAuditing
public class SpringConfigBackend
extends Object
| Constructor and Description |
|---|
SpringConfigBackend() |
| Modifier and Type | Method and Description |
|---|---|
org.mongeez.MongeezRunner |
mongeez(com.mongodb.MongoClient mongo) |
com.fasterxml.jackson.databind.ObjectMapper |
objectMapper() |
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
propertySourcesPlaceholderConfigurer() |
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()
@Bean(name="mongeez")
public org.mongeez.MongeezRunner mongeez(com.mongodb.MongoClient mongo)
throws Exception
Exception@Bean @Primary public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
Copyright © 2017. All rights reserved.