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

.plugins.mongo-update-embedded.2.0.1.source-code.application.yml Maven / Gradle / Ivy

The newest version!
---
grails:
    profile: plugin
    codegen:
        defaultPackage: com.causecode.mongo
    gorm:
        reactor:
            # Whether to translate GORM events into Reactor events
            # Disabled by default for performance reasons
            events: false
info:
    app:
        name: '@info.app.name@'
        version: '@info.app.version@'
        grailsVersion: '@info.app.grailsVersion@'
spring:
    main:
        banner-mode: "off"
    groovy:
        template:
            check-template-location: false

# Spring Actuator Endpoints are Disabled by Default
endpoints:
    enabled: false
    jmx:
        enabled: true

---
grails:
    mongodb:
        host: localhost
        port: 27017
        #username: ""
        #password: ""
        #databaseName: "mydatabase"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy