This project can be used as a starting point to create your own Vaadin application with Spring Boot. It contains the required dependencies and configuration and sample code to get you started.
The best way to create your own project based on this setup is vaadin.vaadin.com/start - you can get only the necessary parts and choose the package naming you want to use.
Import the project to the IDE of your choosing as a Maven project.
Run the application using mvn spring-boot:run or by running the Application class directly from your IDE.
Open http://localhost:8080/ in your browser.
If you want to run the application locally in the production mode, run mvn spring-boot:run -Pproduction.
For documentation on using Vaadin and Spring, visit vaadin.com/docs
For more information on Vaadin, visit https://vaadin.com/.