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

skeleton.app.conf.application.yml Maven / Gradle / Ivy

There is a newer version: 2023.3.0-M1
Show newest version
grails:
    profile: @grace.profile@
    codegen:
        defaultPackage: @grace.codegen.defaultPackage@
info:
    app:
        name: '@info.app.name@'
        version: '@info.app.version@'
        grailsVersion: '@info.app.grailsVersion@'
spring:
    groovy:
        template:
            check-template-location: false
    devtools:
        restart:
            additional-exclude:
                - '*.gsp'
                - '**/*.gsp'
                - '*.gson'
                - '**/*.gson'
                - 'logback.groovy'
                - '*.properties'
    jpa:
        open-in-view: false
    liquibase:
        enabled: false
management:
    endpoints:
        enabled-by-default: true
        web:
            base-path: '/actuator'
            exposure:
                include: '*'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy