Created
March 21, 2021 17:35
-
-
Save cosminpopescu14/3e7fd01cadb3ba4a7cffaba3b3d88db2 to your computer and use it in GitHub Desktop.
This file contains 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 --no-server -jar demo-native-0.0.1-SNAPSHOT.jar -H:IncludeResources=E:\Projects\demo-native\target\classes\META-INF\native-image\org.springframework.aot\spring-aot\native-image.properties -H:ReflectionConfigurationFiles=E:\Projects\demo-native\target\classes\META-INF\native-image\org.springframework.aot\spring-aot\reflect-config.json -H:DynamicProxyConfigurationFiles=E:\Projects\demo-native\target\classes\META-INF\native-image\org.springframework.aot\spring-aot\proxy-config.json -H:+ReportExceptionStackTraces -cp demo-native-0.0.1-SNAPSHOT.jar -H:-AllowVMInspection --allow-incomplete-classpath |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment