Issue
I have a vaadin page for manage my items of my website . The client front-end i use spring boot with JSP view , controller but the manager's i want to try vaadin . Both of them are in one server . So how can i custom the vaadin url .
Solution
I have had the solution for myself.
Just add vaadin.servlet.url-mapping=/path
in properties file
or define @SpringUI(path="/manager")
on head of UI Class.
Answered By - Thieu Anh
Answer Checked By - Marilyn (JavaFixing Volunteer)