Skip to content

marcushellberg/travel-tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors