This project can be used as a starting point to create your own Vaadin application with Spring Boot. It contains all the necessary configuration and some placeholder files to get you started.
The project is a standard Maven project. To run it from the command line,
type mvnw
(Windows), or ./mvnw
(Mac & Linux), then open
http://localhost:8080 in your browser.
You can also import the project to your IDE of choice as you would with any Maven project. Read more on how to import Vaadin projects to different IDEs (Eclipse, IntelliJ IDEA, NetBeans, and VS Code).
- Report: vaadin/flow-components#5364 (fixed in Vaadin 24.2)
- Report: vaadin/flow-components#5400
- Report: vaadin/flow-components#5399
- Report: vaadin/flow-components#5411 (fixed in Vaadin 24.2)
- Report: vaadin/flow#17528 (fixed in Vaadin 24.1.11)