All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.jhipster.lite.statistic.infrastructure.secondary.MongoDBConfiguration Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
package tech.jhipster.lite.statistic.infrastructure.secondary;

import org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration;
import org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
import org.springframework.data.mongodb.repository.config.EnableMongoRepositories;

@WithMongoDB
@Configuration
@EnableMongoRepositories
@Import({ MongoAutoConfiguration.class, MongoDataAutoConfiguration.class })
class MongoDBConfiguration {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy