About the GraalVM Native Image Example category

GraalVM Native Image Example: NOTE: This is not an addon; it is an example project.

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!