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.
私は自分のアプリケーションに少し問題があります。これを実装したいです:ドメイン/国/コントローラー/...しかし、どうすればそれができるのかわかりません。URLマッピングで可能ですか?
UrlMappings で次のようなことを試してください。
static mappings = { name contryURL: "/$domain/$country/$controller/$action?/$id?"{ constraints { //if you need them } }
これは、ドメインと国がパラメーターであると想定しています。