Created
August 9, 2019 15:08
-
-
Save mbbhalla/1acb68aa56c0ea19a114aabbf1bf85f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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