.plugins.mongo-update-embedded.2.0.1.source-code.application.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongo-update-embedded Show documentation
Show all versions of mongo-update-embedded Show documentation
This plugin is used to update embedded instances when parent class gets updated.
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