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

[email protected]@.UrlMappings.groovy Maven / Gradle / Ivy

There is a newer version: 2023.2.0-M1
Show newest version
package @grails.codegen.defaultPackage@

class UrlMappings {

    static mappings = {
        "/$controller/$action?/$id?(.$format)?"{
            constraints {
                // apply constraints here
            }
        }

        "/"(view:"/index")
        "500"(view:'/error')
        "404"(view:'/notFound')
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy