Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序有一点问题,我想实现这个:domain/countries/controller/... 但我不知道该怎么做。url映射有可能吗?
在你的 UrlMappings 中尝试这样的事情:
static mappings = { name contryURL: "/$domain/$country/$controller/$action?/$id?"{ constraints { //if you need them } }
这是假设域和国家是参数。