Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvysny/vaadin-boot-example-maven-tomcat
Vaadin Boot example Maven app running on embedded Tomcat
https://github.com/mvysny/vaadin-boot-example-maven-tomcat
Last synced: 15 days ago
JSON representation
Vaadin Boot example Maven app running on embedded Tomcat
- Host: GitHub
- URL: https://github.com/mvysny/vaadin-boot-example-maven-tomcat
- Owner: mvysny
- License: unlicense
- Created: 2024-09-03T09:06:25.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-07T03:49:52.000Z (about 1 month ago)
- Last Synced: 2024-10-24T02:25:45.585Z (20 days ago)
- Language: Java
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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/vaadin-boot-example-maven)# Vaadin 24 running in Embedded Tomcat 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](https://github.com/mvysny/vaadin-boot). Requires Java 17+.Both the development and production modes are supported. Also, the project
demoes packaging itself into a zip file containing
a list of jars and a runner script.> Looking for **Vaadin 24 Gradle** version? See [vaadin-boot-example-gradle](https://github.com/mvysny/vaadin-boot-example-gradle)
> Looking for **Vaadin 14 Maven** version? See [vaadin14-boot-example-maven](https://github.com/mvysny/vaadin14-boot-example-maven)
> Looking for **Vaadin 23 Maven** version? Please see the [v23 branch](../../tree/v23).
See the live demo at [v-herd.eu/vaadin-boot-example-maven-tomcat/](https://v-herd.eu/vaadin-boot-example-maven-tomcat/)
# 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.