This project is a multi-module Vaadin + Spring Boot project. It consists of two modules:
- backend: includes JPA entities, repos, and services
- vaadin-app: is the actual runnable application that depends on the backend library
From the root directory, run
mvn install
then to start the project, run
mvn spring-boot:run -pl vaadin-app