/travel-tips

Primary LanguageJavaThe UnlicenseUnlicense

Travel Tips: a GraalVM native full-stack web app with Hilla and Spring Boot

This demo app shows how to build a full-stack app with Hilla and Spring Boot, and compile it to a native executable with GraalVM.

Travel Tips

Prerequisites

Development

You can run the app in development mode with the following command:

mvn

or by running the Application.java class in your IDE.

Building a native executable

You can build a native executable with the following command:

mvn -Pproduction -Pnative native:compile

Run the native executable with the following command:

target/travel-tips