Skip to content

Instantly share code, notes, and snippets.

@cosminpopescu14
Created March 21, 2021 17:35
Show Gist options
  • Save cosminpopescu14/3e7fd01cadb3ba4a7cffaba3b3d88db2 to your computer and use it in GitHub Desktop.
Save cosminpopescu14/3e7fd01cadb3ba4a7cffaba3b3d88db2 to your computer and use it in GitHub Desktop.
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