Skip to content

Example of a Vaadin application that can be compiled to a native image using GraalVM.

License

Notifications You must be signed in to change notification settings

oliveryasuna/vaadin-native-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vaadin-native-image

This is a simple example of a Vaadin application that can be compiled to a native image using GraalVM.

Getting Started

You can run the application normally with Spring Boot:

mvn spring-boot:run

...or you can compile it to a native image:

mvn clean -P native,production package native:compile
./target/vaadin-native-image

License

This repository and its contents are licensed by BSD 3-Clause.

In other words, feel free to use this in your projects, but please give credits to its author(s).

Sponsoring

If you like my work and want to support it, please consider sponsoring me. It's how I make the time to code great things!

About

Example of a Vaadin application that can be compiled to a native image using GraalVM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages