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.
You can run the app in development mode with the following command:
mvn
or by running the Application.java
class in your IDE.
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