Skip to content

vaadin/multi-module-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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