Skip to content

This project was created in order to learn how to use GraalVM native image builds.

License

Notifications You must be signed in to change notification settings

faystmax/graalvm-spring-test

Repository files navigation

GraalVM Spring App

GitHub license

This project was created in order to learn how to use GraalVM native image builds.

Build

docker build -t graalvm-spring-test .

Remember you will need docker installed on your OS!

Run

docker run -p 80:8080 graalvm-spring-test

After this you can open http://localhost:80/ in your browser.

License

This project is licensed under the terms of the MIT license - see the LICENSE.md file for details

About

This project was created in order to learn how to use GraalVM native image builds.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published