Custom UI with Spring

Before implementing Spring i had a custom UI configurated in the VaadinServletConfiguration annotation on the Servlet, now i don’t know how to copy the same behaviour with Spring

Hi Giovanni,

you should be able to extend your own servlet from SpringServlet and add a @VaadinServletConfiguration as usual. SpringServlet itself extends from VaadinServlet.

Cheers