废话不多说,直接上代码:
<span style="font-size:18px;">class UrlMappings {
static mappings = {
"/$controller/$action?/$id?(.$format)?"{
constraints {
// apply constraints here
}
}
"/"(controller:"index")
"500"(view:'/error')
"404"(view:'/notFound')
}
}</span>
<span style="font-size:18px;"><img src="https://img-blog.csdn.net/20160728121628343?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="" /></span>