Skip to content

marcushellberg/hilla-aot-demo

Repository files navigation

Example Hilla Spring AOT project

Requirements

Developing the application

Run the application by running Application.java or with maven mvn.

Compiling to native

Build a native image with:

mvn -Pproduction -Pnative clean package native:compile

Then run it with:

 ./target/hilla-aot-demo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published