Closed ahTy closed 3 years ago
Hi @ahTy Can you share the error log?
The command is java -agentlib:native-image-agent=config-output-dir=native-image -jar myproject.jar
If you're still facing this issue, please try with the latest version 21.0.0 and if the issue still persist, share the complete error log with us.
I am closing this issue. If you still need assistance please re-open.
Describe GraalVM and your environment :
The output of
java -Xinternalversion
:How can I use GraalVm's reflection configuration assistant tool agentlib to assist in generating relevant configuration files in my spring cloud project (springcloud version 2020.0.0-SNAPSHOT, springboot version 2.4.0, graalvm version 20.3.0)
When i try to use ‘java -agentlib:native-image-agent=config-output-dir=./native-image/ -jar myproject.jar’ it break down and return me core error
I need to import my own configuration file in my spring cloud project and use agentlib to export the corresponding reflection configuration