Skip to content

Instantly share code, notes, and snippets.

@mbbhalla
Created August 9, 2019 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbbhalla/1acb68aa56c0ea19a114aabbf1bf85f0 to your computer and use it in GitHub Desktop.
Save mbbhalla/1acb68aa56c0ea19a114aabbf1bf85f0 to your computer and use it in GitHub Desktop.
native-image \
-H:ReflectionConfigurationFiles=reflection-config.json \
-H:ResourceConfigurationFiles=resources-config.json \
-jar build/libs/bootstrap.jar \
--no-server \
--enable-http --enable-https --enable-url-protocols=http,https \
-Djava.net.preferIPv4Stack=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment