Project Setup

Download Vaadin Application Starter

This tutorial uses a pre-configured starter from Vaadin Start. The starter application includes a few essential items:

  • JPA data model consisting of Contact, Company, and Status JPA entities;

  • Spring Data repositories for persisting and retrieving the entities from an embedded H2 database;

  • data.sql file containing some test data;

  • Single, empty view; and a

  • Dockerfile.

To begin, download the starter application, which is a zip file. You can find it here:

Last updated

Was this helpful?