vaadin / multi-module-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Java 88.7%Language:CSS 10.6%Language:TypeScript 0.7%