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

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

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

import io.mongock.runner.springboot.EnableMongock;
import org.springframework.boot.autoconfigure.AutoConfigureAfter;
import org.springframework.context.annotation.Configuration;

@WithMongoDB
@Configuration
@EnableMongock
@AutoConfigureAfter(MongoDBConfiguration.class)
class MongockConfiguration {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy