Skip to content

mvysny/vaadin14-boot-example-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0d5132b · Jan 15, 2025
Oct 26, 2022
Aug 25, 2020
Jan 29, 2021
Oct 26, 2022
May 7, 2021
Sep 29, 2020
Jan 15, 2025
Aug 28, 2019
Oct 29, 2022
Aug 25, 2020
Aug 25, 2020
Mar 24, 2024
Mar 24, 2024
Mar 30, 2024
Mar 24, 2024
Nov 2, 2022
Mar 24, 2024

Repository files navigation

Gitter Gitpod Ready-to-Code

Vaadin 14 Boot Example App using Maven

A demo project showing the possibility of running a Vaadin 14 app from an embedded Jetty, as a simple main() method. Uses Vaadin Boot.

Both the development and production modes are supported. Also, the project demoes packaging itself both into a flatten uberjar and a zip file containing a list of jars and a runner script. See "Packaging for production" below for more details.

Looking for Vaadin 14 Gradle version? See vaadin14-boot-example-gradle

Looking for Vaadin 23 Maven version? See vaadin-boot-example-maven

Documentation

Please see the Vaadin Boot documentation on how you run, develop and package this Vaadin-Boot-based app.