Example usage for org.springframework.boot.autoconfigure.mongo MongoProperties MongoProperties

List of usage examples for org.springframework.boot.autoconfigure.mongo MongoProperties MongoProperties

Introduction

In this page you can find the example usage for org.springframework.boot.autoconfigure.mongo MongoProperties MongoProperties.

Prototype

MongoProperties

Source Link

Usage

From source file:org.icgc.dcc.metadata.server.config.ServerProperties.java

@Bean
@ConfigurationProperties(prefix = "mongo")
public MongoProperties mongoProperties() {
    return new MongoProperties();
}