This project was created in order to learn how to use GraalVM native image builds.
docker build -t graalvm-spring-test .
Remember you will need docker installed on your OS!
docker run -p 80:8080 graalvm-spring-test
After this you can open http://localhost:80/ in your browser.
This project is licensed under the terms of the MIT license - see the LICENSE.md file for details