Spring Boot 1.5 support

Hello,

just a simple question. Is it possible to use Spring Boot 1.5.x with Vaadin Flow? The base application downloadable from the website is based on Spring Boot 2.x and simply changing the dependency in the pom.xml file obviously doesn’t work.

Is there somewhere an example empty application with Vaadin Flow and Spring Boot 1.5.x?

Thank you very much!

Emanuele

Hi Emanuele,

with Vaadin flow, we have some old flow alpha version that works with spring Boot 1.5.x. but now i think it will only work with spring-boot 2.

we have an app-starter here in github https://github.com/vaadin/skeleton-starter-flow-spring that you may want to know.

BR

Zhe

Zhe Sun:
Hi Emanuele,

with Vaadin flow, we have some old flow alpha version that works with spring Boot 1.5.x. but now i think it will only work with spring-boot 2.

It’s a shame… I’d like to start experimenting with Flow but currently I need to use spring boot 1.5.x because of other constraints.

Bye,
Emanuele