Using root URL for Vaadin app
Step 1
class UrlMappings {
static mappings = {
"/" {
controller = "redirect"
}
// add your URL mapping for controllers
group "/rest", {
"/$controller/$action?/$id?"()
}
}
}Step 2
Step 3
Step 4
Step 5
Step 6
Last updated