Skip to content

mvysny/vaadin-boot-example-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitter Gitpod Ready-to-Code

Vaadin 24 running in Embedded Jetty using Maven

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

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 24 Gradle version? See vaadin-boot-example-gradle

Looking for Vaadin 14 Maven version? See vaadin14-boot-example-maven

See the live demo at v-herd.eu/vaadin-boot-example-maven/

Documentation

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