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:
mvnor by running the Application.java class in your IDE.
You can build a native executable with the following command:
mvn -Pproduction -Pnative native:compileRun the native executable with the following command:
target/travel-tips