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 am getting the above error when reading the config in quarkus. The properties I am reading are not mandatory and ma not be present in the configuration file.
May interface contains the following method annotations...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am getting the above error when reading the config in quarkus. The properties I am reading are not mandatory and ma not be present in the configuration file.
May interface contains the following method annotations...
@withname("configRoot") String configRoot;
Is there a way of annoting the interface so it does not error if the properties do not exist?
Beta Was this translation helpful? Give feedback.
All reactions