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 .
Asked
Active
Viewed 1,643 times
2 Answers
0
If you are talking about this URL "http://localhost:8080/ ", then in your application.properties file, you can write server.port = 'your port number other than 8080'. That will work.

Vibhav Chaddha
- 431
- 7
- 15
-
No after that . – Thieu Anh Jun 15 '17 at 16:53