Examples of GridFsTemplate


Examples of org.springframework.data.mongodb.gridfs.GridFsTemplate

  @Bean
  @ConditionalOnMissingBean
  public GridFsTemplate gridFsTemplate(MongoDbFactory mongoDbFactory,
      MongoTemplate mongoTemplate) {
    return new GridFsTemplate(new GridFsMongoDbFactory(mongoDbFactory,
        this.properties), mongoTemplate.getConverter());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.