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.1.0-M1
Show newest version
grails:
    mime:
        disable:
            accept:
                header:
                    userAgents:
                        - Gecko
                        - WebKit
                        - Presto
                        - Trident
        types:
            json:
              - application/json
              - text/json   
            hal:
              - application/hal+json
              - application/hal+xml  
            xml:
              - text/xml
              - application/xml                                 
            atom: application/atom+xml
            css: text/css
            csv: text/csv
            js: text/javascript
            rss: application/rss+xml
            text: text/plain
            all: '*/*'            
    urlmapping:
        cache:
            maxsize: 1000
    controllers:
        defaultScope: singleton
    converters:
        encoding: UTF-8




© 2015 - 2024 Weber Informatics LLC | Privacy Policy