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

driven-adapter.mongo-reactive.build.gradle.mustache Maven / Gradle / Ivy

Go to download

Gradle plugin to create a clean application in Java that already works, It follows our best practices!

There is a newer version: 3.20.10
Show newest version
dependencies {
    implementation project(':model')

    {{#include-awssecrets}}
    implementation("com.github.bancolombia:aws-secrets-manager-async:{{SECRETS_VERSION}}")
    {{/include-awssecrets}}
    {{#include-vaultsecrets}}
    implementation("com.github.bancolombia:vault-async:{{SECRETS_VERSION}}")
    {{/include-vaultsecrets}}

    implementation 'org.springframework.boot:spring-boot-starter-data-mongodb-reactive'
    implementation 'org.reactivecommons.utils:object-mapper-api:{{REACTIVE_COMMONS_MAPPER_VERSION}}'

    {{^example}}
    runtimeOnly 'de.flapdoodle.embed:de.flapdoodle.embed.mongo:4.17.0' // TODO: remove this dependency to connect to real database
    {{/example}}
    testImplementation 'org.reactivecommons.utils:object-mapper:{{REACTIVE_COMMONS_MAPPER_VERSION}}'
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy