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

ugins.spring-security-rest.6.0.0-M1.source-code.application.yml Maven / Gradle / Ivy

---
grails:
    profile: web-plugin
    codegen:
        defaultPackage: grails.plugin.springsecurity.rest
info:
    app:
        name: '@info.app.name@'
        version: '@info.app.version@'
        grailsVersion: '@info.app.grailsVersion@'
dataSource:
    pooled: true
    driverClassName: "org.h2.Driver"
    username: sa
    password:
    dbCreate: update
    url: jdbc:h2:mem:testDb
hibernate:
    cache:
        use_second_level_cache: false
        use_query_cache: false
        region.factory_class: 'org.hibernate.cache.ehcache.EhCacheRegionFactory'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy