You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried to add a reflection- and a ressources-config.json. I copied the given snippet from the tutorial to include both files via applications.properties but one filename is wrong. It should be resources-config.json not resource-config.json. There is an s missing.
Edit:
There is an issue with the reflection chapter too. quarkus.native.additional-build-args =-H:ResourceConfigurationFiles=reflection-config.json
should be: quarkus.native.additional-build-args =-H:ReflectionConfigurationFiles=reflection-config.json