Convert a Spring MVC app into a Vaadin 10+ app without using Spring Boot

I have an existing Spring MVC app (actually several of them) which I want to convert to Vaadin. I still want to use existing Spring dependent code but do not wish to convert to Spring boot. Is it possible to convert to Vaadin 10+ without using SPring Boot?

Yes, it’s possible. https://vaadin.com/docs/v12/flow/spring/tutorial-spring-basic-mvc.html describes how to do things when not using Spring Boot.

Hi David,

I am actually following this tutorial. vaadin-spring dependency also loads Spring 5 while the version we use here is 4. I have excluded the dependency and expect to be able to work it out.