Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvysny/vaadin14-boot-example-maven
Vaadin 14 npm with Embedded Jetty Demo using Maven
https://github.com/mvysny/vaadin14-boot-example-maven
demo flat-uberjars heroku java jetty maven uberjar vaadin zip-jar
Last synced: 2 months ago
JSON representation
Vaadin 14 npm with Embedded Jetty Demo using Maven
- Host: GitHub
- URL: https://github.com/mvysny/vaadin14-boot-example-maven
- Owner: mvysny
- License: unlicense
- Created: 2019-08-28T12:30:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T06:34:03.000Z (10 months ago)
- Last Synced: 2024-11-01T11:34:34.471Z (3 months ago)
- Topics: demo, flat-uberjars, heroku, java, jetty, maven, uberjar, vaadin, zip-jar
- Language: Java
- Homepage:
- Size: 3.29 MB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin-flow/Lobby#?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/mvysny/vaadin14-boot-example-maven)# 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](https://github.com/mvysny/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](https://github.com/mvysny/vaadin14-boot-example-gradle)
> Looking for **Vaadin 23 Maven** version? See [vaadin-boot-example-maven](https://github.com/mvysny/vaadin-boot-example-maven)
# Documentation
Please see the [Vaadin Boot](https://github.com/mvysny/vaadin-boot#preparing-environment) documentation
on how you run, develop and package this Vaadin-Boot-based app.