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

.plugins.rest-security-core.0.0.3.source-code.application.groovy Maven / Gradle / Ivy

grails.serverURL = 'http://localhost:8080'

dataSource {
    pooled = true
    driverClassName = 'org.h2.Driver'
    username = 'sa'
    password = ''
    dbCreate = 'create-drop'
    url = 'jdbc:h2:mem:devDb'
}

hibernate {
    cache {
        use_second_level_cache = false
        use_query_cache = false
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy