【发布时间】:2020-04-23 19:08:56
【问题描述】:
我有一个类似www.xyz.com/customer/list.gsp的网址请求
当我尝试映射 url 以删除 .gsp 时:
"/customer/list.gsp"(controller: "customer") {
action = "list"
}
grails 应用程序无法识别 url 并抛出 404 错误。我在这里遗漏了什么吗?
【问题讨论】:
标签: grails grails-controller grails-3.3