Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 488 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 488 Bytes

Vaadin Spring Boot Multi Module Example

This project is a multi-module Vaadin + Spring Boot project. It consists of two modules:

  1. backend: includes JPA entities, repos, and services
  2. vaadin-app: is the actual runnable application that depends on the backend library

Running the project

From the root directory, run

mvn install

then to start the project, run

mvn spring-boot:run -pl vaadin-app