Search code examples
springspring-mvcspring-bootvaadinvaadin7

How can i change the Vaadin page URL in Spring Boot?


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.