Skip to content

mvysny/vaadin14-boot-example-maven

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.